summaryrefslogtreecommitdiff
path: root/doc/classes/PinJoint.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/PinJoint.xml')
-rw-r--r--doc/classes/PinJoint.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/doc/classes/PinJoint.xml b/doc/classes/PinJoint.xml
new file mode 100644
index 0000000000..22aa35a0a4
--- /dev/null
+++ b/doc/classes/PinJoint.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<class name="PinJoint" inherits="Joint" category="Core" version="3.0.alpha.custom_build">
+ <brief_description>
+ </brief_description>
+ <description>
+ </description>
+ <tutorials>
+ </tutorials>
+ <demos>
+ </demos>
+ <methods>
+ <method name="get_param" qualifiers="const">
+ <return type="float">
+ </return>
+ <argument index="0" name="param" type="int" enum="PinJoint.Param">
+ </argument>
+ <description>
+ </description>
+ </method>
+ <method name="set_param">
+ <return type="void">
+ </return>
+ <argument index="0" name="param" type="int" enum="PinJoint.Param">
+ </argument>
+ <argument index="1" name="value" type="float">
+ </argument>
+ <description>
+ </description>
+ </method>
+ </methods>
+ <members>
+ <member name="params/bias" type="float" setter="set_param" getter="get_param">
+ </member>
+ <member name="params/damping" type="float" setter="set_param" getter="get_param">
+ </member>
+ <member name="params/impulse_clamp" type="float" setter="set_param" getter="get_param">
+ </member>
+ </members>
+ <constants>
+ <constant name="PARAM_BIAS" value="0">
+ </constant>
+ <constant name="PARAM_DAMPING" value="1">
+ </constant>
+ <constant name="PARAM_IMPULSE_CLAMP" value="2">
+ </constant>
+ </constants>
+</class>