class_physics2dtestmotionresult.rst 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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 Variables
  12. ----------------
  13. .. _class_Physics2DTestMotionResult_collider:
  14. - :ref:`Object<class_object>` **collider**
  15. .. _class_Physics2DTestMotionResult_collider_id:
  16. - :ref:`int<class_int>` **collider_id**
  17. .. _class_Physics2DTestMotionResult_collider_rid:
  18. - :ref:`RID<class_rid>` **collider_rid**
  19. .. _class_Physics2DTestMotionResult_collider_shape:
  20. - :ref:`int<class_int>` **collider_shape**
  21. .. _class_Physics2DTestMotionResult_collider_velocity:
  22. - :ref:`Vector2<class_vector2>` **collider_velocity**
  23. .. _class_Physics2DTestMotionResult_collision_normal:
  24. - :ref:`Vector2<class_vector2>` **collision_normal**
  25. .. _class_Physics2DTestMotionResult_collision_point:
  26. - :ref:`Vector2<class_vector2>` **collision_point**
  27. .. _class_Physics2DTestMotionResult_motion:
  28. - :ref:`Vector2<class_vector2>` **motion**
  29. .. _class_Physics2DTestMotionResult_motion_remainder:
  30. - :ref:`Vector2<class_vector2>` **motion_remainder**