Animation.clip
var clip: AnimationClip;
Description

The default animation.

	animation.Play(animation.clip.name);
	// Wait for the animation to have finished
	yield WaitForSeconds (animation.clip.length);