Loading...
Searching...
No Matches
Go to the source code of this file.
|
enum | PixoVR.Event.Scenario {
PixoVR.Event.UNKNOWN = -1
, PixoVR.Event.CONTROLTEST = 0
, PixoVR.Event.PRACTICEMODE = 1
, PixoVR.Event.EVALUATIONMODE = 2
,
PixoVR.Event.CONTROLTEST_MANUAL = 3
, PixoVR.Event.PRACTICEMODE_MANUAL = 4
, PixoVR.Event.EVALUATIONMODE_MANUAL = 5
, PixoVR.Event.CONTROLTEST_AUTOMATIC = 6
,
PixoVR.Event.PRACTICEMODE_AUTOMATIC = 7
, PixoVR.Event.EVALUATIONMODE_AUTOMATIC = 8
, PixoVR.Event.PRACTICEMODE_AUTOMATIC_WHEEL_LOCK = 9
, PixoVR.Event.EVALUATIONMODE_AUTOMATIC_WHEEL_LOCK = 10
,
PixoVR.Event.PRACTICEMODE_MANUAL_WHEEL_LOCK = 11
, PixoVR.Event.EVALUATIONMODE_MANUAL_WHEEL_LOCK = 12
} |
|