summaryrefslogtreecommitdiffstats
path: root/doc/classes/PhysicsDirectBodyState2D.xml
diff options
context:
space:
mode:
authorVolTer <mew.pur.pur@abv.bg>2023-04-28 22:59:03 +0200
committerVolTer <mew.pur.pur@abv.bg>2023-05-20 03:25:26 +0200
commite3d0da404fd46bef48a816e27897c81140d46aa9 (patch)
tree2dac4b85467d0b9f7ea9967736a7322a3c8e4647 /doc/classes/PhysicsDirectBodyState2D.xml
parentc80a2b4fe99dcd0bba6fc24ed2748b1474b24448 (diff)
downloadredot-engine-e3d0da404fd46bef48a816e27897c81140d46aa9.tar.gz
Overhaul the top sections of the class reference (Physics classes)
Diffstat (limited to 'doc/classes/PhysicsDirectBodyState2D.xml')
-rw-r--r--doc/classes/PhysicsDirectBodyState2D.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/PhysicsDirectBodyState2D.xml b/doc/classes/PhysicsDirectBodyState2D.xml
index bfc25e0bd4..7928fa1717 100644
--- a/doc/classes/PhysicsDirectBodyState2D.xml
+++ b/doc/classes/PhysicsDirectBodyState2D.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="PhysicsDirectBodyState2D" inherits="Object" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
- Direct access object to a physics body in the [PhysicsServer2D].
+ Provides direct access to a physics body in the [PhysicsServer2D].
</brief_description>
<description>
- Provides direct access to a physics body in the [PhysicsServer2D], allowing safe changes to physics properties. This object is passed via the direct state callback of rigid bodies, and is intended for changing the direct state of that body. See [method RigidBody2D._integrate_forces].
+ Provides direct access to a physics body in the [PhysicsServer2D], allowing safe changes to physics properties. This object is passed via the direct state callback of [RigidBody2D], and is intended for changing the direct state of that body. See [method RigidBody2D._integrate_forces].
</description>
<tutorials>
<link title="Physics introduction">$DOCS_URL/tutorials/physics/physics_introduction.html</link>