class_spatialvelocitytracker.rst 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the SpatialVelocityTracker.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_SpatialVelocityTracker:
  5. SpatialVelocityTracker
  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:`Vector3<class_vector3>` | :ref:`get_tracked_linear_velocity<class_SpatialVelocityTracker_get_tracked_linear_velocity>` **(** **)** const |
  15. +--------------------------------+-------------------------------------------------------------------------------------------------------------------------+
  16. | void | :ref:`reset<class_SpatialVelocityTracker_reset>` **(** :ref:`Vector3<class_vector3>` position **)** |
  17. +--------------------------------+-------------------------------------------------------------------------------------------------------------------------+
  18. | void | :ref:`update_position<class_SpatialVelocityTracker_update_position>` **(** :ref:`Vector3<class_vector3>` position **)** |
  19. +--------------------------------+-------------------------------------------------------------------------------------------------------------------------+
  20. Member Variables
  21. ----------------
  22. .. _class_SpatialVelocityTracker_track_physics_step:
  23. - :ref:`bool<class_bool>` **track_physics_step**
  24. Member Function Description
  25. ---------------------------
  26. .. _class_SpatialVelocityTracker_get_tracked_linear_velocity:
  27. - :ref:`Vector3<class_vector3>` **get_tracked_linear_velocity** **(** **)** const
  28. .. _class_SpatialVelocityTracker_reset:
  29. - void **reset** **(** :ref:`Vector3<class_vector3>` position **)**
  30. .. _class_SpatialVelocityTracker_update_position:
  31. - void **update_position** **(** :ref:`Vector3<class_vector3>` position **)**