AnimationState.clip

var clip : AnimationClip

Description

The clip that is being played by this animation state.

JavaScript
// Prints the frame rate of the animation clip to the console
print(animation["walk"].clip.frameRate);