class_physics2dtestmotionresult.rst 4.3 KB

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