RigidbodySynchronizablevelocity Property

The velocity vector of the rigidbody. It represents the rate of change of Rigidbody position.

Definition

Namespace: Alteruna
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
public Vector3 velocity { get; set; }

Property Value

Vector3

See Also

Reference

[!:https://docs.unity3d.com/ScriptReference/Rigidbody-velocity.html]