getClip method

AnimationClip getClip()

Returns the clip which holds the animation data for this action.

Implementation

AnimationClip getClip() {
  return clip;
}