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