2017-09-12 20:42:36 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2021-04-26 11:14:51 +00:00
|
|
|
<class name="PhysicsBody" inherits="CollisionObject" version="3.4">
|
2017-09-12 20:42:36 +00:00
|
|
|
<brief_description>
|
2017-09-17 06:47:20 +00:00
|
|
|
Base class for all objects affected by physics in 3D space.
|
2017-09-12 20:42:36 +00:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2017-09-17 06:47:20 +00:00
|
|
|
PhysicsBody is an abstract base class for implementing a physics body. All *Body types inherit from it.
|
2017-09-12 20:42:36 +00:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
2021-08-12 14:58:38 +00:00
|
|
|
<link>https://docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction.html</link>
|
2017-09-12 20:42:36 +00:00
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="add_collision_exception_with">
|
2021-07-30 13:28:05 +00:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="body" type="Node" />
|
2017-09-12 20:42:36 +00:00
|
|
|
<description>
|
2017-09-17 06:47:20 +00:00
|
|
|
Adds a body to the list of bodies that this body can't collide with.
|
2017-09-12 20:42:36 +00:00
|
|
|
</description>
|
|
|
|
</method>
|
2018-10-24 19:32:55 +00:00
|
|
|
<method name="get_collision_exceptions">
|
2021-07-30 13:28:05 +00:00
|
|
|
<return type="Array" />
|
2018-10-24 19:32:55 +00:00
|
|
|
<description>
|
|
|
|
Returns an array of nodes that were added as collision exceptions for this body.
|
|
|
|
</description>
|
|
|
|
</method>
|
2017-09-12 20:42:36 +00:00
|
|
|
<method name="remove_collision_exception_with">
|
2021-07-30 13:28:05 +00:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="body" type="Node" />
|
2017-09-12 20:42:36 +00:00
|
|
|
<description>
|
2017-09-17 06:47:20 +00:00
|
|
|
Removes a body from the list of bodies that this body can't collide with.
|
2017-09-12 20:42:36 +00:00
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|