Class SimulationEnvironmentModeSettings
Inheritance
SimulationEnvironmentModeSettings
Syntax
public abstract class SimulationEnvironmentModeSettings : ScriptableObject
Fields
NoEnvironmentSwitchingContents
Declaration
public static readonly GUIContent[] NoEnvironmentSwitchingContents
Field Value
Type |
Description |
GUIContent[] |
|
Properties
ActiveEnvironmentIndex
Declaration
public abstract int ActiveEnvironmentIndex { get; }
Property Value
DefaultSimulationMode
Declaration
public abstract SimulationModeSelection DefaultSimulationMode { get; }
Property Value
EnvironmentModeName
Declaration
public abstract string EnvironmentModeName { get; }
Property Value
EnvironmentSwitchingContents
Declaration
public abstract GUIContent[] EnvironmentSwitchingContents { get; }
Property Value
Type |
Description |
GUIContent[] |
|
HasEnvironmentSwitching
Declaration
public abstract bool HasEnvironmentSwitching { get; }
Property Value
IsFramingEnabled
Declaration
public abstract bool IsFramingEnabled { get; }
Property Value
IsMovementEnabled
Declaration
public abstract bool IsMovementEnabled { get; }
Property Value
Methods
FindEnvironmentCandidates()
Declaration
public abstract void FindEnvironmentCandidates()
OpenSimulationEnvironment()
Declaration
public abstract void OpenSimulationEnvironment()
SetActiveEnvironment(Int32)
Declaration
public abstract void SetActiveEnvironment(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|