:github_url: hide .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/3.6/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/3.6/doc/classes/Physics2DTestMotionResult.xml. .. _class_Physics2DTestMotionResult: Physics2DTestMotionResult ========================= **Inherits:** :ref:`Reference` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+ | :ref:`Object` | :ref:`collider` | | +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+ | :ref:`int` | :ref:`collider_id` | ``0`` | +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+ | :ref:`RID` | :ref:`collider_rid` | | +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+ | :ref:`int` | :ref:`collider_shape` | ``0`` | +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+ | :ref:`Vector2` | :ref:`collider_velocity` | ``Vector2( 0, 0 )`` | +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+ | :ref:`float` | :ref:`collision_depth` | ``0.0`` | +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+ | :ref:`Vector2` | :ref:`collision_normal` | ``Vector2( 0, 0 )`` | +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+ | :ref:`Vector2` | :ref:`collision_point` | ``Vector2( 0, 0 )`` | +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+ | :ref:`float` | :ref:`collision_safe_fraction` | ``0.0`` | +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+ | :ref:`float` | :ref:`collision_unsafe_fraction` | ``0.0`` | +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+ | :ref:`Vector2` | :ref:`motion` | ``Vector2( 0, 0 )`` | +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+ | :ref:`Vector2` | :ref:`motion_remainder` | ``Vector2( 0, 0 )`` | +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_Physics2DTestMotionResult_property_collider: .. rst-class:: classref-property :ref:`Object` **collider** .. rst-class:: classref-property-setget - :ref:`Object` **get_collider** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Physics2DTestMotionResult_property_collider_id: .. rst-class:: classref-property :ref:`int` **collider_id** = ``0`` .. rst-class:: classref-property-setget - :ref:`int` **get_collider_id** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Physics2DTestMotionResult_property_collider_rid: .. rst-class:: classref-property :ref:`RID` **collider_rid** .. rst-class:: classref-property-setget - :ref:`RID` **get_collider_rid** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Physics2DTestMotionResult_property_collider_shape: .. rst-class:: classref-property :ref:`int` **collider_shape** = ``0`` .. rst-class:: classref-property-setget - :ref:`int` **get_collider_shape** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Physics2DTestMotionResult_property_collider_velocity: .. rst-class:: classref-property :ref:`Vector2` **collider_velocity** = ``Vector2( 0, 0 )`` .. rst-class:: classref-property-setget - :ref:`Vector2` **get_collider_velocity** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Physics2DTestMotionResult_property_collision_depth: .. rst-class:: classref-property :ref:`float` **collision_depth** = ``0.0`` .. rst-class:: classref-property-setget - :ref:`float` **get_collision_depth** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Physics2DTestMotionResult_property_collision_normal: .. rst-class:: classref-property :ref:`Vector2` **collision_normal** = ``Vector2( 0, 0 )`` .. rst-class:: classref-property-setget - :ref:`Vector2` **get_collision_normal** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Physics2DTestMotionResult_property_collision_point: .. rst-class:: classref-property :ref:`Vector2` **collision_point** = ``Vector2( 0, 0 )`` .. rst-class:: classref-property-setget - :ref:`Vector2` **get_collision_point** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Physics2DTestMotionResult_property_collision_safe_fraction: .. rst-class:: classref-property :ref:`float` **collision_safe_fraction** = ``0.0`` .. rst-class:: classref-property-setget - :ref:`float` **get_collision_safe_fraction** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Physics2DTestMotionResult_property_collision_unsafe_fraction: .. rst-class:: classref-property :ref:`float` **collision_unsafe_fraction** = ``0.0`` .. rst-class:: classref-property-setget - :ref:`float` **get_collision_unsafe_fraction** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Physics2DTestMotionResult_property_motion: .. rst-class:: classref-property :ref:`Vector2` **motion** = ``Vector2( 0, 0 )`` .. rst-class:: classref-property-setget - :ref:`Vector2` **get_motion** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Physics2DTestMotionResult_property_motion_remainder: .. rst-class:: classref-property :ref:`Vector2` **motion_remainder** = ``Vector2( 0, 0 )`` .. rst-class:: classref-property-setget - :ref:`Vector2` **get_motion_remainder** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`