Summary
[Pro-Only] Removes the specified `callback` from the event with the specified `name`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerEvent
.Sequence
Syntax
public void RemoveCallback(string name, Action callback)
Remarks
If the
Animancer.AnimancerEvent.callback would become null, it is instead set to the Animancer.AnimancerEvent.DummyCallback
since they are not allowed to be null.
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | |
| callback | Action |
Return Value
| Type | Description |
|---|---|
| void |
See Also
- Animancer.AnimancerEvent.Sequence.IndexOfRequired(System.String,System.Int32)