Class XREnvironmentProbeSubsystemDescriptor
Specifies a functionality description that may be registered for each implementation that provides the XREnvironmentProbeSubsystem interface.
Namespace: UnityEngine.XR.ARSubsystems
Syntax
public class XREnvironmentProbeSubsystemDescriptor : SubsystemDescriptor<XREnvironmentProbeSubsystem>
Properties
supportsAutomaticPlacement
Whether the implementation supports automatic placement of environment probes.
Declaration
public bool supportsAutomaticPlacement { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
supportsEnvironmentTexture
Whether the implementation supports generation of environment textures.
Declaration
public bool supportsEnvironmentTexture { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
supportsManualPlacement
Whether the implementation supports manual placement of environment probes.
Declaration
public bool supportsManualPlacement { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
supportsRemovalOfAutomatic
Whether the implementation supports removal of automatically-placed environment probes.
Declaration
public bool supportsRemovalOfAutomatic { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
supportsRemovalOfManual
Whether the implementation supports removal of manually-placed environment probes.
Declaration
public bool supportsRemovalOfManual { get; }
Property Value
Type | Description |
---|---|
Boolean |
|