JointVelocityActiveState Class
Tracks velocities (position deltas over the last two frames) for a list of joints and compares them to a velocity target along the provided axes.
If the velocity target (units 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 InjectAllJointVelocityActiveState
void InjectFeatureConfigList
void InjectJointDeltaProvider
void InjectOptionalTimeProvider ( Func< float > timeProvider )
virtual void OnEnable ( )
virtual void OnDisable ( )