This function queries the index of a specific animation layer.
Copy Code | |
---|---|
int GetAnimationIndex( string AnimationName ); |
AnimationName
Type: string
The name of the animation to look up.
Returns an int the index of the requested animation by name.
If not found or an error occured, this function returns INT32_MAX.