123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- :github_url: hide
- .. DO NOT EDIT THIS FILE!!!
- .. Generated automatically from Godot engine sources.
- .. Generator: https://github.com/godotengine/godot/tree/3.5/doc/tools/make_rst.py.
- .. XML source: https://github.com/godotengine/godot/tree/3.5/doc/classes/Physics2DTestMotionResult.xml.
- .. _class_Physics2DTestMotionResult:
- Physics2DTestMotionResult
- =========================
- **Inherits:** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
- .. container:: contribute
- There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
- .. rst-class:: classref-reftable-group
- Properties
- ----------
- .. table::
- :widths: auto
- +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
- | :ref:`Object<class_Object>` | :ref:`collider<class_Physics2DTestMotionResult_property_collider>` | |
- +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
- | :ref:`int<class_int>` | :ref:`collider_id<class_Physics2DTestMotionResult_property_collider_id>` | ``0`` |
- +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
- | :ref:`RID<class_RID>` | :ref:`collider_rid<class_Physics2DTestMotionResult_property_collider_rid>` | |
- +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
- | :ref:`int<class_int>` | :ref:`collider_shape<class_Physics2DTestMotionResult_property_collider_shape>` | ``0`` |
- +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
- | :ref:`Vector2<class_Vector2>` | :ref:`collider_velocity<class_Physics2DTestMotionResult_property_collider_velocity>` | ``Vector2( 0, 0 )`` |
- +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
- | :ref:`float<class_float>` | :ref:`collision_depth<class_Physics2DTestMotionResult_property_collision_depth>` | ``0.0`` |
- +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
- | :ref:`Vector2<class_Vector2>` | :ref:`collision_normal<class_Physics2DTestMotionResult_property_collision_normal>` | ``Vector2( 0, 0 )`` |
- +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
- | :ref:`Vector2<class_Vector2>` | :ref:`collision_point<class_Physics2DTestMotionResult_property_collision_point>` | ``Vector2( 0, 0 )`` |
- +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
- | :ref:`float<class_float>` | :ref:`collision_safe_fraction<class_Physics2DTestMotionResult_property_collision_safe_fraction>` | ``0.0`` |
- +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
- | :ref:`float<class_float>` | :ref:`collision_unsafe_fraction<class_Physics2DTestMotionResult_property_collision_unsafe_fraction>` | ``0.0`` |
- +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
- | :ref:`Vector2<class_Vector2>` | :ref:`motion<class_Physics2DTestMotionResult_property_motion>` | ``Vector2( 0, 0 )`` |
- +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
- | :ref:`Vector2<class_Vector2>` | :ref:`motion_remainder<class_Physics2DTestMotionResult_property_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<class_Object>` **collider**
- .. rst-class:: classref-property-setget
- - :ref:`Object<class_Object>` **get_collider** **(** **)**
- .. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
- .. rst-class:: classref-item-separator
- ----
- .. _class_Physics2DTestMotionResult_property_collider_id:
- .. rst-class:: classref-property
- :ref:`int<class_int>` **collider_id** = ``0``
- .. rst-class:: classref-property-setget
- - :ref:`int<class_int>` **get_collider_id** **(** **)**
- .. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
- .. rst-class:: classref-item-separator
- ----
- .. _class_Physics2DTestMotionResult_property_collider_rid:
- .. rst-class:: classref-property
- :ref:`RID<class_RID>` **collider_rid**
- .. rst-class:: classref-property-setget
- - :ref:`RID<class_RID>` **get_collider_rid** **(** **)**
- .. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
- .. rst-class:: classref-item-separator
- ----
- .. _class_Physics2DTestMotionResult_property_collider_shape:
- .. rst-class:: classref-property
- :ref:`int<class_int>` **collider_shape** = ``0``
- .. rst-class:: classref-property-setget
- - :ref:`int<class_int>` **get_collider_shape** **(** **)**
- .. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
- .. rst-class:: classref-item-separator
- ----
- .. _class_Physics2DTestMotionResult_property_collider_velocity:
- .. rst-class:: classref-property
- :ref:`Vector2<class_Vector2>` **collider_velocity** = ``Vector2( 0, 0 )``
- .. rst-class:: classref-property-setget
- - :ref:`Vector2<class_Vector2>` **get_collider_velocity** **(** **)**
- .. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
- .. rst-class:: classref-item-separator
- ----
- .. _class_Physics2DTestMotionResult_property_collision_depth:
- .. rst-class:: classref-property
- :ref:`float<class_float>` **collision_depth** = ``0.0``
- .. rst-class:: classref-property-setget
- - :ref:`float<class_float>` **get_collision_depth** **(** **)**
- .. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
- .. rst-class:: classref-item-separator
- ----
- .. _class_Physics2DTestMotionResult_property_collision_normal:
- .. rst-class:: classref-property
- :ref:`Vector2<class_Vector2>` **collision_normal** = ``Vector2( 0, 0 )``
- .. rst-class:: classref-property-setget
- - :ref:`Vector2<class_Vector2>` **get_collision_normal** **(** **)**
- .. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
- .. rst-class:: classref-item-separator
- ----
- .. _class_Physics2DTestMotionResult_property_collision_point:
- .. rst-class:: classref-property
- :ref:`Vector2<class_Vector2>` **collision_point** = ``Vector2( 0, 0 )``
- .. rst-class:: classref-property-setget
- - :ref:`Vector2<class_Vector2>` **get_collision_point** **(** **)**
- .. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
- .. rst-class:: classref-item-separator
- ----
- .. _class_Physics2DTestMotionResult_property_collision_safe_fraction:
- .. rst-class:: classref-property
- :ref:`float<class_float>` **collision_safe_fraction** = ``0.0``
- .. rst-class:: classref-property-setget
- - :ref:`float<class_float>` **get_collision_safe_fraction** **(** **)**
- .. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
- .. rst-class:: classref-item-separator
- ----
- .. _class_Physics2DTestMotionResult_property_collision_unsafe_fraction:
- .. rst-class:: classref-property
- :ref:`float<class_float>` **collision_unsafe_fraction** = ``0.0``
- .. rst-class:: classref-property-setget
- - :ref:`float<class_float>` **get_collision_unsafe_fraction** **(** **)**
- .. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
- .. rst-class:: classref-item-separator
- ----
- .. _class_Physics2DTestMotionResult_property_motion:
- .. rst-class:: classref-property
- :ref:`Vector2<class_Vector2>` **motion** = ``Vector2( 0, 0 )``
- .. rst-class:: classref-property-setget
- - :ref:`Vector2<class_Vector2>` **get_motion** **(** **)**
- .. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
- .. rst-class:: classref-item-separator
- ----
- .. _class_Physics2DTestMotionResult_property_motion_remainder:
- .. rst-class:: classref-property
- :ref:`Vector2<class_Vector2>` **motion_remainder** = ``Vector2( 0, 0 )``
- .. rst-class:: classref-property-setget
- - :ref:`Vector2<class_Vector2>` **get_motion_remainder** **(** **)**
- .. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
- .. |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.)`
|