1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
- .. _class_Physics2DTestMotionResult:
- Physics2DTestMotionResult
- =========================
- **Inherits:** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
- **Category:** Core
- Brief Description
- -----------------
- Member Functions
- ----------------
- +--------------------------------+--------------------------------------------------------------------------------------------------------+
- | :ref:`Object<class_object>` | :ref:`get_collider<class_Physics2DTestMotionResult_get_collider>` **(** **)** const |
- +--------------------------------+--------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_collider_id<class_Physics2DTestMotionResult_get_collider_id>` **(** **)** const |
- +--------------------------------+--------------------------------------------------------------------------------------------------------+
- | :ref:`RID<class_rid>` | :ref:`get_collider_rid<class_Physics2DTestMotionResult_get_collider_rid>` **(** **)** const |
- +--------------------------------+--------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_collider_shape<class_Physics2DTestMotionResult_get_collider_shape>` **(** **)** const |
- +--------------------------------+--------------------------------------------------------------------------------------------------------+
- | :ref:`Vector2<class_vector2>` | :ref:`get_collider_velocity<class_Physics2DTestMotionResult_get_collider_velocity>` **(** **)** const |
- +--------------------------------+--------------------------------------------------------------------------------------------------------+
- | :ref:`Vector2<class_vector2>` | :ref:`get_collision_normal<class_Physics2DTestMotionResult_get_collision_normal>` **(** **)** const |
- +--------------------------------+--------------------------------------------------------------------------------------------------------+
- | :ref:`Vector2<class_vector2>` | :ref:`get_collision_point<class_Physics2DTestMotionResult_get_collision_point>` **(** **)** const |
- +--------------------------------+--------------------------------------------------------------------------------------------------------+
- | :ref:`Vector2<class_vector2>` | :ref:`get_motion<class_Physics2DTestMotionResult_get_motion>` **(** **)** const |
- +--------------------------------+--------------------------------------------------------------------------------------------------------+
- | :ref:`Vector2<class_vector2>` | :ref:`get_motion_remainder<class_Physics2DTestMotionResult_get_motion_remainder>` **(** **)** const |
- +--------------------------------+--------------------------------------------------------------------------------------------------------+
- Member Function Description
- ---------------------------
- .. _class_Physics2DTestMotionResult_get_collider:
- - :ref:`Object<class_object>` **get_collider** **(** **)** const
- .. _class_Physics2DTestMotionResult_get_collider_id:
- - :ref:`int<class_int>` **get_collider_id** **(** **)** const
- .. _class_Physics2DTestMotionResult_get_collider_rid:
- - :ref:`RID<class_rid>` **get_collider_rid** **(** **)** const
- .. _class_Physics2DTestMotionResult_get_collider_shape:
- - :ref:`int<class_int>` **get_collider_shape** **(** **)** const
- .. _class_Physics2DTestMotionResult_get_collider_velocity:
- - :ref:`Vector2<class_vector2>` **get_collider_velocity** **(** **)** const
- .. _class_Physics2DTestMotionResult_get_collision_normal:
- - :ref:`Vector2<class_vector2>` **get_collision_normal** **(** **)** const
- .. _class_Physics2DTestMotionResult_get_collision_point:
- - :ref:`Vector2<class_vector2>` **get_collision_point** **(** **)** const
- .. _class_Physics2DTestMotionResult_get_motion:
- - :ref:`Vector2<class_vector2>` **get_motion** **(** **)** const
- .. _class_Physics2DTestMotionResult_get_motion_remainder:
- - :ref:`Vector2<class_vector2>` **get_motion_remainder** **(** **)** const
|