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 | Value | 
|---|---|---|
| Unknown | The method of placement is unknown.  | 
0 | 
| Manual | The environment probe is placed through a manual call into the subsystem.  | 
1 | 
| Automatic | The environment probe is placed through an internal, automated method implemented by the provider.  | 
2 |