Summary
Adds an event at the specified time relative to the entire sequence.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- Clip
Transition Sequence
Syntax
public void AddEvent(float time, bool normalized, Action callback)
Parameters
| Name | Type | Description |
|---|---|---|
| time | float | |
| normalized | bool | |
| callback | Action |
Return Value
| Type | Description |
|---|---|
| void |