SchedularUpdateTiming
Enum in Arbor.Playables
Description
Scheduler update timing
Properties
| Property Name | Description |
|---|---|
| Manual | Update manually. You need to call scheduler.Update() to update. |
| OnUpdate | Update with OnUpdate. |
| OnLateUpdate | Update with OnLateUpdate. |
| OnFixedUpdate | Update with OnFixedUpdate. |