Animation.RemoveClipScripting > Runtime Classes > Animationfunction RemoveClip (clip : AnimationClip) : voidDescriptionRemove clip from the animation list. This willl remove the clip and any animation states based on it. function RemoveClip (clipName : string) : voidDescriptionRemove clip from the animation list. This willl remove the animation state that match the name. |