Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemoveClip

Remove clip from the animation list.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule

RemoveClip(AnimationClip)

Remove clip from the animation list.
public void RemoveClip(AnimationClip clip)

Parameters

Remarks

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

RemoveClip(string)

Remove clip from the animation list.
public void RemoveClip(string clipName)

Parameters

clipName

Remarks

This willl remove the animation state that match the name.