class_physics2dtestmotionresult.rst 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the Physics2DTestMotionResult.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_Physics2DTestMotionResult:
  6. Physics2DTestMotionResult
  7. =========================
  8. **Inherits:** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  9. **Category:** Core
  10. Brief Description
  11. -----------------
  12. Properties
  13. ----------
  14. +-------------------------------+--------------------------------------------------------------------------------------+
  15. | :ref:`Object<class_Object>` | :ref:`collider<class_Physics2DTestMotionResult_property_collider>` |
  16. +-------------------------------+--------------------------------------------------------------------------------------+
  17. | :ref:`int<class_int>` | :ref:`collider_id<class_Physics2DTestMotionResult_property_collider_id>` |
  18. +-------------------------------+--------------------------------------------------------------------------------------+
  19. | :ref:`RID<class_RID>` | :ref:`collider_rid<class_Physics2DTestMotionResult_property_collider_rid>` |
  20. +-------------------------------+--------------------------------------------------------------------------------------+
  21. | :ref:`int<class_int>` | :ref:`collider_shape<class_Physics2DTestMotionResult_property_collider_shape>` |
  22. +-------------------------------+--------------------------------------------------------------------------------------+
  23. | :ref:`Vector2<class_Vector2>` | :ref:`collider_velocity<class_Physics2DTestMotionResult_property_collider_velocity>` |
  24. +-------------------------------+--------------------------------------------------------------------------------------+
  25. | :ref:`Vector2<class_Vector2>` | :ref:`collision_normal<class_Physics2DTestMotionResult_property_collision_normal>` |
  26. +-------------------------------+--------------------------------------------------------------------------------------+
  27. | :ref:`Vector2<class_Vector2>` | :ref:`collision_point<class_Physics2DTestMotionResult_property_collision_point>` |
  28. +-------------------------------+--------------------------------------------------------------------------------------+
  29. | :ref:`Vector2<class_Vector2>` | :ref:`motion<class_Physics2DTestMotionResult_property_motion>` |
  30. +-------------------------------+--------------------------------------------------------------------------------------+
  31. | :ref:`Vector2<class_Vector2>` | :ref:`motion_remainder<class_Physics2DTestMotionResult_property_motion_remainder>` |
  32. +-------------------------------+--------------------------------------------------------------------------------------+
  33. Property Descriptions
  34. ---------------------
  35. .. _class_Physics2DTestMotionResult_property_collider:
  36. - :ref:`Object<class_Object>` **collider**
  37. +----------+----------------+
  38. | *Getter* | get_collider() |
  39. +----------+----------------+
  40. ----
  41. .. _class_Physics2DTestMotionResult_property_collider_id:
  42. - :ref:`int<class_int>` **collider_id**
  43. +----------+-------------------+
  44. | *Getter* | get_collider_id() |
  45. +----------+-------------------+
  46. ----
  47. .. _class_Physics2DTestMotionResult_property_collider_rid:
  48. - :ref:`RID<class_RID>` **collider_rid**
  49. +----------+--------------------+
  50. | *Getter* | get_collider_rid() |
  51. +----------+--------------------+
  52. ----
  53. .. _class_Physics2DTestMotionResult_property_collider_shape:
  54. - :ref:`int<class_int>` **collider_shape**
  55. +----------+----------------------+
  56. | *Getter* | get_collider_shape() |
  57. +----------+----------------------+
  58. ----
  59. .. _class_Physics2DTestMotionResult_property_collider_velocity:
  60. - :ref:`Vector2<class_Vector2>` **collider_velocity**
  61. +----------+-------------------------+
  62. | *Getter* | get_collider_velocity() |
  63. +----------+-------------------------+
  64. ----
  65. .. _class_Physics2DTestMotionResult_property_collision_normal:
  66. - :ref:`Vector2<class_Vector2>` **collision_normal**
  67. +----------+------------------------+
  68. | *Getter* | get_collision_normal() |
  69. +----------+------------------------+
  70. ----
  71. .. _class_Physics2DTestMotionResult_property_collision_point:
  72. - :ref:`Vector2<class_Vector2>` **collision_point**
  73. +----------+-----------------------+
  74. | *Getter* | get_collision_point() |
  75. +----------+-----------------------+
  76. ----
  77. .. _class_Physics2DTestMotionResult_property_motion:
  78. - :ref:`Vector2<class_Vector2>` **motion**
  79. +----------+--------------+
  80. | *Getter* | get_motion() |
  81. +----------+--------------+
  82. ----
  83. .. _class_Physics2DTestMotionResult_property_motion_remainder:
  84. - :ref:`Vector2<class_Vector2>` **motion_remainder**
  85. +----------+------------------------+
  86. | *Getter* | get_motion_remainder() |
  87. +----------+------------------------+