[DOCS] Sync classref with current source

This commit is contained in:
Poommetee Ketson
2018-02-25 13:19:42 +07:00
parent bd3b958a25
commit eb63f7b071
18 changed files with 161 additions and 25 deletions
+16
View File
@@ -9,6 +9,14 @@
<demos>
</demos>
<methods>
<method name="add_central_force">
<return type="void">
</return>
<argument index="0" name="force" type="Vector3">
</argument>
<description>
</description>
</method>
<method name="add_force">
<return type="void">
</return>
@@ -19,6 +27,14 @@
<description>
</description>
</method>
<method name="add_torque">
<return type="void">
</return>
<argument index="0" name="torque" type="Vector3">
</argument>
<description>
</description>
</method>
<method name="apply_impulse">
<return type="void">
</return>