Enum EngineState
Namespace: YACC
Assembly: .dll
Syntax
public enum EngineState
Fields
Name | Description |
---|---|
Off | The engine is off, throttle has no effect in this state. |
SwitchingOff | The engine is stopping, can be used for checks and/or play an appropriate sound. |
On | The engine is on, throttle has an effect in this state and the engine generates torque. |
SwitchingOn | The engine is starting, can be used for checks and/or play an appropriate sound. |