.. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead. .. _class_SpatialVelocityTracker: SpatialVelocityTracker ====================== **Inherits:** :ref:`Reference` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Member Functions ---------------- +--------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :ref:`Vector3` | :ref:`get_tracked_linear_velocity` **(** **)** const | +--------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_tracking_fixed_step` **(** **)** const | +--------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`reset` **(** :ref:`Vector3` position **)** | +--------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_track_fixed_step` **(** :ref:`bool` enable **)** | +--------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`update_position` **(** :ref:`Vector3` position **)** | +--------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ Member Function Description --------------------------- .. _class_SpatialVelocityTracker_get_tracked_linear_velocity: - :ref:`Vector3` **get_tracked_linear_velocity** **(** **)** const .. _class_SpatialVelocityTracker_is_tracking_fixed_step: - :ref:`bool` **is_tracking_fixed_step** **(** **)** const .. _class_SpatialVelocityTracker_reset: - void **reset** **(** :ref:`Vector3` position **)** .. _class_SpatialVelocityTracker_set_track_fixed_step: - void **set_track_fixed_step** **(** :ref:`bool` enable **)** .. _class_SpatialVelocityTracker_update_position: - void **update_position** **(** :ref:`Vector3` position **)**