Animation.clipvar clip : AnimationClipDescriptionThe default animation.
animation.Play(animation.clip);
// Wait for the animation to have finished yield WaitForSeconds (animation.clip.length); |
|
||||
| Scripting > Runtime Classes > Animation | Switch to Component | |||
Animation.clipvar clip : AnimationClipDescriptionThe default animation.
animation.Play(animation.clip);
// Wait for the animation to have finished yield WaitForSeconds (animation.clip.length); |