Summary
Get the root motion velocity of the animated object.
It is the accumulation of every motion layer's velocity.
Should be typically accessed from an OnAnimatorMove callback.
Syntax
public Vector3 Velocity { get; }
Value
Type | Description |
---|---|
Vector3 |