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