Enum Scheduler.ClockSource
ClockSource defines the timer source that will update the scheduler
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public enum Scheduler.ClockSource
  Fields
| Name | Description | 
|---|---|
| FixedUpdate | The Unity FixedUpdate event will trigger scheduling events  | 
      
| Update | The Unity Update event will trigger scheduling events  | 
      
| UserUpdate | Scheduling events of the scheduler are manually managed by a user defined timer  |