Animation.RemoveClip 移除剪辑


function RemoveClip (clip : AnimationClip) : void

Description描述

Remove clip from the animation list.

从动画列表移除剪辑。

This will remove the clip and any animation states based on it.

这将去掉剪辑和所有基于这个剪辑的动画状态。

• function RemoveClip (clipName : string) : void

Description描述

Remove clip from the animation list.

从动画列表移除剪辑。

This will remove the animation state that match the name.

这将去掉名称为name的动画状态。


,