Class XREnvironmentProbeSubsystemDescriptor
Specifies a functionality description that can be registered for each implementation that provides the XREnvironmentProbeSubsystem interface.
Inheritance
XREnvironmentProbeSubsystemDescriptor
Implements
Inherited Members
SubsystemDescriptorWithProvider<XREnvironmentProbeSubsystem, XREnvironmentProbeSubsystem.Provider>.Create()
SubsystemDescriptorWithProvider.providerType
SubsystemDescriptorWithProvider.subsystemTypeOverride
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public class XREnvironmentProbeSubsystemDescriptor : SubsystemDescriptorWithProvider<XREnvironmentProbeSubsystem, XREnvironmentProbeSubsystem.Provider>, ISubsystemDescriptor
Properties
Name | Description |
---|---|
supportsAutomaticPlacement | Whether the implementation supports automatic placement of environment probes. |
supportsEnvironmentTexture | Whether the implementation supports generation of environment textures. |
supportsEnvironmentTextureHDR | Whether the implementation supports generation of HDR environment textures. |
supportsManualPlacement | Whether the implementation supports manual placement of environment probes. |
supportsRemovalOfAutomatic | Whether the implementation supports removal of automatically-placed environment probes. |
supportsRemovalOfManual | Whether the implementation supports removal of manually-placed environment probes. |