This function queries the target key position of an animation layer.
Copy Code | |
---|---|
float GetAnimationTarget( int AnimationIndex ); |
AnimationIndex
Type: int
The animation index. Use GetAnimationCount or GetAnimationIndex to query a valid index.
Returns a float with the target animation key position.
If not found or an error occured, this function returns zero.