Version: 2021.1
언어: 한국어
public void RemoveClip (AnimationClip clip);

설명

Remove clip from the animation list.

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


public void RemoveClip (string clipName);

설명

Remove clip from the animation list.

This willl remove the animation state that match the name.