YieldTiming
Enum in Arbor.Playables
Description
Timing to wait until called
Properties
| Property Name | Description |
|---|---|
| OnUpdate | Wait for OnUpdate to be called. |
| OnLateUpdate | Wait for OnLateUpdate to be called. |
| OnFixedUpdate | Wait for OnFixedUpdate to be called. |