Enum AREnvironmentProbePlacementType
Represents the method used to place an environment probe in the AR session.
Namespace: UnityEngine.XR.ARFoundation
Syntax
public enum AREnvironmentProbePlacementType
Fields
Name | Description |
---|---|
Automatic | The environment probe is placed through an internal, automated method implemented by the provider. |
Manual | The environment probe is placed through a manual call into the subsystem. |
Unknown | The method of placement is unknown. |