Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

Animation.RemoveClip

Switch to Manual
public function RemoveClip(clip: AnimationClip): void;

Description

Remove clip from the animation list.

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

public function RemoveClip(clipName: string): void;

Description

Remove clip from the animation list.

This willl remove the animation state that match the name.