[DOCS] Sync classref with current source
This commit is contained in:
parent
bd3b958a25
commit
eb63f7b071
18 changed files with 161 additions and 25 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue