Animation.RemoveClipfunction 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. |
