class_physics2dtestmotionresult.rst 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/3.5/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/3.5/doc/classes/Physics2DTestMotionResult.xml.
  6. .. _class_Physics2DTestMotionResult:
  7. Physics2DTestMotionResult
  8. =========================
  9. **Inherits:** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  10. .. container:: contribute
  11. There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  12. .. rst-class:: classref-reftable-group
  13. Properties
  14. ----------
  15. .. table::
  16. :widths: auto
  17. +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
  18. | :ref:`Object<class_Object>` | :ref:`collider<class_Physics2DTestMotionResult_property_collider>` | |
  19. +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
  20. | :ref:`int<class_int>` | :ref:`collider_id<class_Physics2DTestMotionResult_property_collider_id>` | ``0`` |
  21. +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
  22. | :ref:`RID<class_RID>` | :ref:`collider_rid<class_Physics2DTestMotionResult_property_collider_rid>` | |
  23. +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
  24. | :ref:`int<class_int>` | :ref:`collider_shape<class_Physics2DTestMotionResult_property_collider_shape>` | ``0`` |
  25. +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
  26. | :ref:`Vector2<class_Vector2>` | :ref:`collider_velocity<class_Physics2DTestMotionResult_property_collider_velocity>` | ``Vector2( 0, 0 )`` |
  27. +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
  28. | :ref:`float<class_float>` | :ref:`collision_depth<class_Physics2DTestMotionResult_property_collision_depth>` | ``0.0`` |
  29. +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
  30. | :ref:`Vector2<class_Vector2>` | :ref:`collision_normal<class_Physics2DTestMotionResult_property_collision_normal>` | ``Vector2( 0, 0 )`` |
  31. +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
  32. | :ref:`Vector2<class_Vector2>` | :ref:`collision_point<class_Physics2DTestMotionResult_property_collision_point>` | ``Vector2( 0, 0 )`` |
  33. +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
  34. | :ref:`float<class_float>` | :ref:`collision_safe_fraction<class_Physics2DTestMotionResult_property_collision_safe_fraction>` | ``0.0`` |
  35. +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
  36. | :ref:`float<class_float>` | :ref:`collision_unsafe_fraction<class_Physics2DTestMotionResult_property_collision_unsafe_fraction>` | ``0.0`` |
  37. +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
  38. | :ref:`Vector2<class_Vector2>` | :ref:`motion<class_Physics2DTestMotionResult_property_motion>` | ``Vector2( 0, 0 )`` |
  39. +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
  40. | :ref:`Vector2<class_Vector2>` | :ref:`motion_remainder<class_Physics2DTestMotionResult_property_motion_remainder>` | ``Vector2( 0, 0 )`` |
  41. +-------------------------------+------------------------------------------------------------------------------------------------------+---------------------+
  42. .. rst-class:: classref-section-separator
  43. ----
  44. .. rst-class:: classref-descriptions-group
  45. Property Descriptions
  46. ---------------------
  47. .. _class_Physics2DTestMotionResult_property_collider:
  48. .. rst-class:: classref-property
  49. :ref:`Object<class_Object>` **collider**
  50. .. rst-class:: classref-property-setget
  51. - :ref:`Object<class_Object>` **get_collider** **(** **)**
  52. .. container:: contribute
  53. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  54. .. rst-class:: classref-item-separator
  55. ----
  56. .. _class_Physics2DTestMotionResult_property_collider_id:
  57. .. rst-class:: classref-property
  58. :ref:`int<class_int>` **collider_id** = ``0``
  59. .. rst-class:: classref-property-setget
  60. - :ref:`int<class_int>` **get_collider_id** **(** **)**
  61. .. container:: contribute
  62. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  63. .. rst-class:: classref-item-separator
  64. ----
  65. .. _class_Physics2DTestMotionResult_property_collider_rid:
  66. .. rst-class:: classref-property
  67. :ref:`RID<class_RID>` **collider_rid**
  68. .. rst-class:: classref-property-setget
  69. - :ref:`RID<class_RID>` **get_collider_rid** **(** **)**
  70. .. container:: contribute
  71. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  72. .. rst-class:: classref-item-separator
  73. ----
  74. .. _class_Physics2DTestMotionResult_property_collider_shape:
  75. .. rst-class:: classref-property
  76. :ref:`int<class_int>` **collider_shape** = ``0``
  77. .. rst-class:: classref-property-setget
  78. - :ref:`int<class_int>` **get_collider_shape** **(** **)**
  79. .. container:: contribute
  80. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  81. .. rst-class:: classref-item-separator
  82. ----
  83. .. _class_Physics2DTestMotionResult_property_collider_velocity:
  84. .. rst-class:: classref-property
  85. :ref:`Vector2<class_Vector2>` **collider_velocity** = ``Vector2( 0, 0 )``
  86. .. rst-class:: classref-property-setget
  87. - :ref:`Vector2<class_Vector2>` **get_collider_velocity** **(** **)**
  88. .. container:: contribute
  89. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  90. .. rst-class:: classref-item-separator
  91. ----
  92. .. _class_Physics2DTestMotionResult_property_collision_depth:
  93. .. rst-class:: classref-property
  94. :ref:`float<class_float>` **collision_depth** = ``0.0``
  95. .. rst-class:: classref-property-setget
  96. - :ref:`float<class_float>` **get_collision_depth** **(** **)**
  97. .. container:: contribute
  98. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  99. .. rst-class:: classref-item-separator
  100. ----
  101. .. _class_Physics2DTestMotionResult_property_collision_normal:
  102. .. rst-class:: classref-property
  103. :ref:`Vector2<class_Vector2>` **collision_normal** = ``Vector2( 0, 0 )``
  104. .. rst-class:: classref-property-setget
  105. - :ref:`Vector2<class_Vector2>` **get_collision_normal** **(** **)**
  106. .. container:: contribute
  107. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  108. .. rst-class:: classref-item-separator
  109. ----
  110. .. _class_Physics2DTestMotionResult_property_collision_point:
  111. .. rst-class:: classref-property
  112. :ref:`Vector2<class_Vector2>` **collision_point** = ``Vector2( 0, 0 )``
  113. .. rst-class:: classref-property-setget
  114. - :ref:`Vector2<class_Vector2>` **get_collision_point** **(** **)**
  115. .. container:: contribute
  116. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  117. .. rst-class:: classref-item-separator
  118. ----
  119. .. _class_Physics2DTestMotionResult_property_collision_safe_fraction:
  120. .. rst-class:: classref-property
  121. :ref:`float<class_float>` **collision_safe_fraction** = ``0.0``
  122. .. rst-class:: classref-property-setget
  123. - :ref:`float<class_float>` **get_collision_safe_fraction** **(** **)**
  124. .. container:: contribute
  125. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  126. .. rst-class:: classref-item-separator
  127. ----
  128. .. _class_Physics2DTestMotionResult_property_collision_unsafe_fraction:
  129. .. rst-class:: classref-property
  130. :ref:`float<class_float>` **collision_unsafe_fraction** = ``0.0``
  131. .. rst-class:: classref-property-setget
  132. - :ref:`float<class_float>` **get_collision_unsafe_fraction** **(** **)**
  133. .. container:: contribute
  134. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  135. .. rst-class:: classref-item-separator
  136. ----
  137. .. _class_Physics2DTestMotionResult_property_motion:
  138. .. rst-class:: classref-property
  139. :ref:`Vector2<class_Vector2>` **motion** = ``Vector2( 0, 0 )``
  140. .. rst-class:: classref-property-setget
  141. - :ref:`Vector2<class_Vector2>` **get_motion** **(** **)**
  142. .. container:: contribute
  143. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  144. .. rst-class:: classref-item-separator
  145. ----
  146. .. _class_Physics2DTestMotionResult_property_motion_remainder:
  147. .. rst-class:: classref-property
  148. :ref:`Vector2<class_Vector2>` **motion_remainder** = ``Vector2( 0, 0 )``
  149. .. rst-class:: classref-property-setget
  150. - :ref:`Vector2<class_Vector2>` **get_motion_remainder** **(** **)**
  151. .. container:: contribute
  152. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  153. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  154. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  155. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  156. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`