virtualx-engine-docs/_sources/classes/class_physics2dtestmotionresult.rst.txt

278 lines
11 KiB
Text
Raw Normal View History

2024-10-23 18:41:33 +02:00
: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<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.)`