aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/PhysicsServer.xml
diff options
context:
space:
mode:
authorRémi Verschelde2017-10-21 12:02:08 +0200
committerRémi Verschelde2017-10-21 12:04:36 +0200
commit8652c1d5b129faa76210dfa757b3e91e48e5428d (patch)
treeb47fc30fe974b30c22fa6734e5a93cdfadbcaaed /doc/classes/PhysicsServer.xml
parent722a2bb9db00ee6bc580c5ed5ad62b19c0f546f8 (diff)
downloadgodot-8652c1d5b129faa76210dfa757b3e91e48e5428d.tar.gz
godot-8652c1d5b129faa76210dfa757b3e91e48e5428d.tar.zst
godot-8652c1d5b129faa76210dfa757b3e91e48e5428d.zip
classref: Sync with current source
Diffstat (limited to 'doc/classes/PhysicsServer.xml')
-rw-r--r--doc/classes/PhysicsServer.xml21
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/classes/PhysicsServer.xml b/doc/classes/PhysicsServer.xml
index 12c1abccc..71cdd6f6d 100644
--- a/doc/classes/PhysicsServer.xml
+++ b/doc/classes/PhysicsServer.xml
@@ -376,14 +376,15 @@
</argument>
<description>
Returns the physics layer or layers a body can collide with.
-- </description>
-- </method>
-- <method name="body_get_direct_state">
-- <return type="PhysicsDirectBodyState">
-- </return>
-- <argument index="0" name="body" type="RID">
-- </argument>
-- <description>
+-
+ </description>
+ </method>
+ <method name="body_get_direct_state">
+ <return type="PhysicsDirectBodyState">
+ </return>
+ <argument index="0" name="body" type="RID">
+ </argument>
+ <description>
Returns the [PhysicsDirectBodyState] of the body.
</description>
</method>
@@ -534,7 +535,7 @@
<argument index="1" name="axis" type="int" enum="PhysicsServer.BodyAxisLock">
</argument>
<description>
- Locks velocity along one axis to 0 and only allows rotation along this axis, can also be set to disabled which disables this functionality.
+ Locks velocity along one axis to 0 and only allows rotation along this axis, can also be set to disabled which disables this functionality.
</description>
</method>
<method name="body_set_axis_velocity">
@@ -746,7 +747,7 @@
</argument>
<argument index="2" name="flag" type="int" enum="PhysicsServer.G6DOFJointAxisFlag">
</argument>
- <description>
+ <description>
Gets a generic_6_DOF_joint flag (see G6DOF_JOINT_FLAG* constants).
</description>
</method>