AnimationClip.RemoveEvent Method
Definition
Namespace: Brine2D.Animation
| Overloads | |
|---|---|
| RemoveEvent\(ClipEvent\) | Removes a specific event instance. Use this when multiple events share the same name. |
| RemoveEvent\(string\) | Removes the first event with the given name. |
AnimationClip.RemoveEvent\(ClipEvent\) Method
Removes a specific event instance. Use this when multiple events share the same name.
Parameters
clipEvent ClipEvent
Returns
AnimationClip.RemoveEvent\(string\) Method
Removes the first event with the given name.
Parameters
name System.String