AnimationState.clipvar clip : AnimationClipDescriptionThe clip that is being played by this animation state.
// Prints the frame rate of the animation clip to the console
print(animation["walk"].clip.frameRate); |
|
||||
| Scripting > Runtime Classes > AnimationState | ||||
AnimationState.clipvar clip : AnimationClipDescriptionThe clip that is being played by this animation state.
// Prints the frame rate of the animation clip to the console
print(animation["walk"].clip.frameRate); |