Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

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;

Parameters

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;

Parameters

Description

Remove clip from the animation list.

This willl remove the animation state that match the name.