Class XROcclusionSubsystemDescriptor
Descriptor for the XROcclusionSubsystem.
Inheritance
Implements
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public class XROcclusionSubsystemDescriptor : SubsystemDescriptorWithProvider<XROcclusionSubsystem, XROcclusionSubsystem.Provider>, ISubsystemDescriptor
Properties
Name | Description |
---|---|
environmentDepthConfidenceImageSupported | (Read Only) Whether the subsystem supports environment depth confidence image. |
environmentDepthImageSupported | (Read Only) Whether the subsystem supports environment depth image. |
environmentDepthTemporalSmoothingSupported | Whether temporal smoothing of the environment image is supported. |
humanSegmentationDepthImageSupported | (Read Only) Whether a subsystem supports human segmentation depth image. |
humanSegmentationStencilImageSupported | (Read Only) Whether a subsystem supports human segmentation stencil image. |
supportsEnvironmentDepthConfidenceImage | Specifies if the current subsystem supports environment depth confidence image. This property is deprecated. Use environmentDepthConfidenceImageSupported instead. |
supportsEnvironmentDepthImage | Specifies if the current subsystem supports environment depth image. This property is deprecated. Use environmentDepthImageSupported instead. |
supportsHumanSegmentationDepthImage | Specifies if the current subsystem supports human segmentation depth image. This property is deprecated. Use humanSegmentationDepthImageSupported instead. |
supportsHumanSegmentationStencilImage | Specifies if the current subsystem supports human segmentation stencil image. This property is deprecated. Use humanSegmentationStencilImageSupported instead. |