diff options
Diffstat (limited to 'doc/classes/PhysicsDirectBodyState2DSW.xml')
-rw-r--r-- | doc/classes/PhysicsDirectBodyState2DSW.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/classes/PhysicsDirectBodyState2DSW.xml b/doc/classes/PhysicsDirectBodyState2DSW.xml new file mode 100644 index 0000000000..94fc4213b7 --- /dev/null +++ b/doc/classes/PhysicsDirectBodyState2DSW.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<class name="PhysicsDirectBodyState2DSW" inherits="PhysicsDirectBodyState2D" version="4.0"> + <brief_description> + Software implementation of [PhysicsDirectBodyState2D]. + </brief_description> + <description> + Software implementation of [PhysicsDirectBodyState2D]. This object exposes no new methods or properties and should not be used, as [PhysicsDirectBodyState2D] selects the best implementation available. + </description> + <tutorials> + </tutorials> + <methods> + </methods> + <constants> + </constants> +</class> |