Summary
[Pro-Only] Removes the specified `callback` from the event with the specified `name`.
Syntax
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public void RemoveCallback(StringReference name, Action callback)
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
.
Attributes
Type |
Description |
MethodImplAttribute |
|
Parameters
Return Value
See Also
- Animancer.AnimancerEvent.Sequence.RemoveCallbacks(Animancer.StringReference,System.Action)
- Animancer.AnimancerEvent.Sequence.IndexOfRequired(Animancer.StringReference,System.Int32)