2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2020-03-30 18:22:57 +02:00
|
|
|
<class name="PhysicsBody3D" inherits="CollisionObject3D" version="4.0">
|
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>
|
2020-03-30 18:22:57 +02:00
|
|
|
PhysicsBody3D 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>
|
2020-08-05 14:43:40 +02:00
|
|
|
<link title="Physics introduction">https://docs.godotengine.org/en/latest/tutorials/physics/physics_introduction.html</link>
|
2017-09-12 22:42:36 +02:00
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="add_collision_exception_with">
|
|
|
|
<return type="void">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="body" type="Node">
|
|
|
|
</argument>
|
|
|
|
<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">
|
2020-04-24 17:43:10 +02:00
|
|
|
<return type="PhysicsBody3D[]">
|
2018-10-24 21:32:55 +02:00
|
|
|
</return>
|
|
|
|
<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">
|
|
|
|
<return type="void">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="body" type="Node">
|
|
|
|
</argument>
|
|
|
|
<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>
|