Enum TimerStateFlags
Namespace: Unity.Scheduler
Syntax
[Flags]
public enum TimerStateFlags
Fields
Name | Description |
---|---|
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 |