Enum TimerStateFlags
Namespace: Unity.Scheduler
Syntax
[Flags]
public enum TimerStateFlags
Fields
| Name | Description |
|---|---|
| Completed | The timer was completed this frame |
| Culled | The timer is current culled, and considered inactive |
| Initialized | The timer has been initialized. This flag is added on the first frame timers start at frame 0 |
| Looped | The timer looped this frame |
| Seeked | |
| SeekRequested | A Seek was requested |