Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


angularVelocity

Gets the avatar angular velocity for the last evaluated frame.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
public Vector3 angularVelocity { get; }

Remarks

Animator.applyRootMotion must be enabled for angularVelocity to be calculated.