JointRotationActiveState Class
Tracks angular velocities (rotation deltas over the last two frames) for a list of joints and compares them to a rotation target around the provided axes.
If the rotation target (degrees per second) is met for the minimum time threshold, the state becomes Active.
void SetTimeProvider ( Func< float > timeProvider )
Sets a function that returns the current time in seconds
void InjectAllJointRotationActiveState
void InjectFeatureConfigList
void InjectJointDeltaProvider
void InjectOptionalTimeProvider ( Func< float > timeProvider )
virtual void OnEnable ( )
virtual void OnDisable ( )