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.
public bool RemoveEvent(Brine2D.Animation.ClipEvent clipEvent);
Parameters¶
clipEvent ClipEvent
Returns¶
AnimationClip.RemoveEvent(string) Method¶
Removes the first event with the given name.
public bool RemoveEvent(string name);
Parameters¶
name System.String