This function sets the position of an animation.
Copy Code | |
---|---|
void SetAnimationPosition( int AnimationIndex, float Position ); |
AnimationIndex
Type: int
The animation index. Use GetAnimationCount or GetAnimationIndex to query a valid index.
Position
Type: int
The current animation position. Use FLT_MAX to set the animation to the maximum key position.