![]() |
BotNavSim
v0.4.3
Mobile Robot Simulation
|
Environment editor state machine class. More...
Public Types | |
enum | State { State.inactive, State.editing } |
Static Public Member Functions | |
static void | Exit () |
Exit this state machine. More... | |
Static Public Attributes | |
static EnvironmentEditor | Instance |
Singleton pattern for MonoBehaviour. More... | |
Properties | |
static State | state [get, private set] |
Gets the RobotEditor.State. More... | |
Private Member Functions | |
void | Awake () |
Awake this instance. More... | |
Environment editor state machine class.
Definition at line 7 of file EnvironmentEditor.cs.
Enumerator | |
---|---|
inactive | |
editing |
Definition at line 9 of file EnvironmentEditor.cs.
|
private |
Awake this instance.
Instance Methods
Definition at line 38 of file EnvironmentEditor.cs.
|
static |
Exit this state machine.
Definition at line 29 of file EnvironmentEditor.cs.
|
static |
Singleton pattern for MonoBehaviour.
Definition at line 17 of file EnvironmentEditor.cs.
|
staticgetprivate set |
Gets the RobotEditor.State.
Definition at line 22 of file EnvironmentEditor.cs.