Summary
Get a specific animation clip using an index. Use ClipCount() to iterate though every
AnimationClip.
Syntax
public override AnimationClip GetAnimationClip(int index)
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | The index of the animation clip. |
Return Value
| Type | Description |
|---|---|
| AnimationClip | The animation clip stored at the specified index. |