Enum EnvironmentMode
Describes the environment mode the simulation is in.
Namespace: UnityEditor.MARS.Simulation
Syntax
public enum EnvironmentMode : int
Fields
Name | Description | Value |
---|---|---|
Synthetic | Environment with virtual objects loaded from a prefab. |
0 |
Recorded | Environment from recorded session. |
1 |
Live | Environment from connected webcam. |
2 |
Custom | Environment from .
|
3 |
Remote | .Environment for connected remote session. |
4 |