Property automaticPlacementRequested
automaticPlacementRequested
Specifies whether the AR session should automatically place environment probes in the scene.
Declaration
public bool automaticPlacementRequested { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
Remarks
If both manual and automatic placement of environment probes are supported, manually placed environment probes can be specified via TryAddEnvironmentProbe(Pose, Vector3, Vector3, out XREnvironmentProbe) regardless of whether automatic placement is enabled or not.
Exceptions
Type | Condition |
---|---|
NotSupportedException | Thrown when setting this value to |