Enum EnvironmentMode
Describes the environment mode the simulation is in.
Namespace: UnityEditor.MARS.Simulation
Syntax
[MovedFrom("Unity.MARS")]
public enum EnvironmentMode
Fields
Name | Description | Value |
---|---|---|
Custom | Environment from .
|
|
Live | Environment from connected webcam. |
|
Recorded | Environment from recorded session. |
|
Remote | .Environment for connected remote session. |
|
Synthetic | Environment with virtual objects loaded from a prefab. |