2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2020-02-01 02:03:48 +01:00
|
|
|
<class name="PhysicsBody2D" inherits="CollisionObject2D" 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 2D space.
|
2017-09-12 22:42:36 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
PhysicsBody2D is an abstract base class for implementing a physics body. All *Body2D types inherit from it.
|
|
|
|
</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="PhysicsBody2D[]">
|
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>
|
|
|
|
<members>
|
2019-09-24 13:34:03 +02:00
|
|
|
<member name="input_pickable" type="bool" setter="set_pickable" getter="is_pickable" override="true" default="false" />
|
2017-09-12 22:42:36 +02:00
|
|
|
</members>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|