Enum EnvironmentMode
Describes the environment mode the simulation is in.
Namespace: UnityEditor.MARS.Simulation
Assembly: Unity.MARS.Editor.dll
Syntax
[MovedFrom("Unity.MARS")]
public enum EnvironmentMode
Fields
Name | Description |
---|---|
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. |