OLD_STEP_LIST_EDITOR
Documentation for the Unity C# Library
Loading...
Searching...
No Matches
ScenarioState.cs
Go to the documentation of this file.
1
namespace
PixoVR.Event
2
{
3
public
class
ScenarioState
4
{
5
public
Scenario
CurrentScenario
{
get
;
set
; }
6
7
public
bool
IsEvaluation
=>
8
CurrentScenario
== Scenario.EVALUATIONMODE ||
CurrentScenario
== Scenario.EVALUATIONMODE_AUTOMATIC ||
9
CurrentScenario
== Scenario.EVALUATIONMODE_MANUAL ||
10
CurrentScenario
== Scenario.EVALUATIONMODE_MANUAL_WHEEL_LOCK ||
11
CurrentScenario
==
Scenario
.EVALUATIONMODE_AUTOMATIC_WHEEL_LOCK;
12
13
public
bool
IsPracticeMode
=>
14
CurrentScenario
== Scenario.PRACTICEMODE ||
CurrentScenario
== Scenario.PRACTICEMODE_AUTOMATIC ||
15
CurrentScenario
== Scenario.PRACTICEMODE_MANUAL ||
16
CurrentScenario
== Scenario.PRACTICEMODE_MANUAL_WHEEL_LOCK
17
||
CurrentScenario
==
Scenario
.PRACTICEMODE_AUTOMATIC_WHEEL_LOCK;
18
19
public
bool
IsControlTestMode
=>
20
CurrentScenario
== Scenario.CONTROLTEST ||
21
CurrentScenario
== Scenario.CONTROLTEST_MANUAL ||
22
CurrentScenario
==
Scenario
.CONTROLTEST_AUTOMATIC;
23
24
public
bool
IsAutomatic
=>
25
CurrentScenario
== Scenario.PRACTICEMODE_AUTOMATIC ||
26
CurrentScenario
== Scenario.PRACTICEMODE_AUTOMATIC_WHEEL_LOCK ||
27
CurrentScenario
== Scenario.EVALUATIONMODE_AUTOMATIC ||
28
CurrentScenario
== Scenario.EVALUATIONMODE_AUTOMATIC_WHEEL_LOCK ||
29
CurrentScenario
==
Scenario
.CONTROLTEST_AUTOMATIC;
30
31
public
bool
IsManual
=>
32
CurrentScenario
== Scenario.PRACTICEMODE_MANUAL ||
33
CurrentScenario
== Scenario.PRACTICEMODE_MANUAL_WHEEL_LOCK ||
34
CurrentScenario
== Scenario.EVALUATIONMODE_MANUAL ||
35
CurrentScenario
== Scenario.EVALUATIONMODE_MANUAL_WHEEL_LOCK ||
36
CurrentScenario
==
Scenario
.CONTROLTEST_MANUAL;
37
38
public
bool
IsOptional
=>
39
CurrentScenario
== Scenario.EVALUATIONMODE_MANUAL_WHEEL_LOCK ||
40
CurrentScenario
== Scenario.EVALUATIONMODE_AUTOMATIC_WHEEL_LOCK ||
41
CurrentScenario
== Scenario.PRACTICEMODE_MANUAL_WHEEL_LOCK ||
42
CurrentScenario
==
Scenario
.PRACTICEMODE_AUTOMATIC_WHEEL_LOCK;
43
}
44
}
PixoVR.Event.ScenarioState
Definition
ScenarioState.cs:4
PixoVR.Event.ScenarioState.IsEvaluation
bool IsEvaluation
Definition
ScenarioState.cs:7
PixoVR.Event.ScenarioState.CurrentScenario
Scenario CurrentScenario
Definition
ScenarioState.cs:5
PixoVR.Event.ScenarioState.IsManual
bool IsManual
Definition
ScenarioState.cs:31
PixoVR.Event.ScenarioState.IsControlTestMode
bool IsControlTestMode
Definition
ScenarioState.cs:19
PixoVR.Event.ScenarioState.IsAutomatic
bool IsAutomatic
Definition
ScenarioState.cs:24
PixoVR.Event.ScenarioState.IsOptional
bool IsOptional
Definition
ScenarioState.cs:38
PixoVR.Event.ScenarioState.IsPracticeMode
bool IsPracticeMode
Definition
ScenarioState.cs:13
PixoVR.Event
Definition
ItemIDAttribute.cs:5
PixoVR.Event.Scenario
Scenario
Definition
Scenario.cs:4
com.pixovr.eventunitysdk
Runtime
Sdk
Scripts
Services
ScenarioState.cs
Generated
Wed Oct 9 2024 19:24:03
by Doxygen version
1.10.0