Summary
[Pro-Only] Adds the specified `callback` to the event with the specified `name`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerEvent
.Sequence
Syntax
public void AddCallback(string name, Action callback)
Parameters
Name | Type | Description |
---|---|---|
name | string | |
callback | Action |
Return Value
Type | Description |
---|---|
void |
See Also
- Animancer.AnimancerEvent.Sequence.IndexOfRequired(System.String,System.Int32)
- Animancer.OptionalWarning.DuplicateEvent