Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

RemoveClip(clip: AnimationClip): void;
void RemoveClip(AnimationClip clip);
def RemoveClip(clip as AnimationClip) as void

Description

Remove clip from the animation list.

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

RemoveClip(clipName: string): void;
void RemoveClip(string clipName);
def RemoveClip(clipName as string) as void

Description

Remove clip from the animation list.

This willl remove the animation state that match the name.