Enum Scheduler.ClockSource
ClockSource defines the timer source that will update the scheduler
Namespace: Mechatronics.SystemGraph
Syntax
public enum ClockSource
Fields
| Name | Description | Value |
|---|---|---|
| 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 |