class_physics2dtestmotionresult.rst 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_Physics2DTestMotionResult:
  4. Physics2DTestMotionResult
  5. =========================
  6. **Inherits:** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +--------------------------------+--------------------------------------------------------------------------------------------------------+
  13. | :ref:`Object<class_object>` | :ref:`get_collider<class_Physics2DTestMotionResult_get_collider>` **(** **)** const |
  14. +--------------------------------+--------------------------------------------------------------------------------------------------------+
  15. | :ref:`int<class_int>` | :ref:`get_collider_id<class_Physics2DTestMotionResult_get_collider_id>` **(** **)** const |
  16. +--------------------------------+--------------------------------------------------------------------------------------------------------+
  17. | :ref:`RID<class_rid>` | :ref:`get_collider_rid<class_Physics2DTestMotionResult_get_collider_rid>` **(** **)** const |
  18. +--------------------------------+--------------------------------------------------------------------------------------------------------+
  19. | :ref:`int<class_int>` | :ref:`get_collider_shape<class_Physics2DTestMotionResult_get_collider_shape>` **(** **)** const |
  20. +--------------------------------+--------------------------------------------------------------------------------------------------------+
  21. | :ref:`Vector2<class_vector2>` | :ref:`get_collider_velocity<class_Physics2DTestMotionResult_get_collider_velocity>` **(** **)** const |
  22. +--------------------------------+--------------------------------------------------------------------------------------------------------+
  23. | :ref:`Vector2<class_vector2>` | :ref:`get_collision_normal<class_Physics2DTestMotionResult_get_collision_normal>` **(** **)** const |
  24. +--------------------------------+--------------------------------------------------------------------------------------------------------+
  25. | :ref:`Vector2<class_vector2>` | :ref:`get_collision_point<class_Physics2DTestMotionResult_get_collision_point>` **(** **)** const |
  26. +--------------------------------+--------------------------------------------------------------------------------------------------------+
  27. | :ref:`Vector2<class_vector2>` | :ref:`get_motion<class_Physics2DTestMotionResult_get_motion>` **(** **)** const |
  28. +--------------------------------+--------------------------------------------------------------------------------------------------------+
  29. | :ref:`Vector2<class_vector2>` | :ref:`get_motion_remainder<class_Physics2DTestMotionResult_get_motion_remainder>` **(** **)** const |
  30. +--------------------------------+--------------------------------------------------------------------------------------------------------+
  31. Member Function Description
  32. ---------------------------
  33. .. _class_Physics2DTestMotionResult_get_collider:
  34. - :ref:`Object<class_object>` **get_collider** **(** **)** const
  35. .. _class_Physics2DTestMotionResult_get_collider_id:
  36. - :ref:`int<class_int>` **get_collider_id** **(** **)** const
  37. .. _class_Physics2DTestMotionResult_get_collider_rid:
  38. - :ref:`RID<class_rid>` **get_collider_rid** **(** **)** const
  39. .. _class_Physics2DTestMotionResult_get_collider_shape:
  40. - :ref:`int<class_int>` **get_collider_shape** **(** **)** const
  41. .. _class_Physics2DTestMotionResult_get_collider_velocity:
  42. - :ref:`Vector2<class_vector2>` **get_collider_velocity** **(** **)** const
  43. .. _class_Physics2DTestMotionResult_get_collision_normal:
  44. - :ref:`Vector2<class_vector2>` **get_collision_normal** **(** **)** const
  45. .. _class_Physics2DTestMotionResult_get_collision_point:
  46. - :ref:`Vector2<class_vector2>` **get_collision_point** **(** **)** const
  47. .. _class_Physics2DTestMotionResult_get_motion:
  48. - :ref:`Vector2<class_vector2>` **get_motion** **(** **)** const
  49. .. _class_Physics2DTestMotionResult_get_motion_remainder:
  50. - :ref:`Vector2<class_vector2>` **get_motion_remainder** **(** **)** const