diff options
| author | Poommetee Ketson | 2018-02-25 13:19:42 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2018-02-25 15:14:25 +0700 |
| commit | eb63f7b071093238da663e00e69abbbbf490a5af (patch) | |
| tree | 01347d5d9ac8d2c7d03818faf02b7e142960c5e0 /doc/classes/PhysicsDirectBodyState.xml | |
| parent | bd3b958a2545c3f4dd4afa2e69b690a3c6aa78fc (diff) | |
| download | godot-eb63f7b071093238da663e00e69abbbbf490a5af.tar.gz godot-eb63f7b071093238da663e00e69abbbbf490a5af.tar.zst godot-eb63f7b071093238da663e00e69abbbbf490a5af.zip | |
Diffstat (limited to 'doc/classes/PhysicsDirectBodyState.xml')
| -rw-r--r-- | doc/classes/PhysicsDirectBodyState.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/classes/PhysicsDirectBodyState.xml b/doc/classes/PhysicsDirectBodyState.xml index fa0e529a7..1c92ea1cc 100644 --- a/doc/classes/PhysicsDirectBodyState.xml +++ b/doc/classes/PhysicsDirectBodyState.xml @@ -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> |
