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 |
---|---|
environment |
(Read Only) Whether the subsystem supports environment depth confidence image. |
environment |
(Read Only) Whether the subsystem supports environment depth image. |
environment |
Whether temporal smoothing of the environment image is supported. |
human |
(Read Only) Whether a subsystem supports human segmentation depth image. |
human |
(Read Only) Whether a subsystem supports human segmentation stencil image. |
supports |
Specifies if the current subsystem supports environment depth confidence image. This property is deprecated.
Use environment |
supports |
Specifies if the current subsystem supports environment depth image. This property is deprecated.
Use environment |
supports |
Specifies if the current subsystem supports human segmentation depth image. This property is deprecated.
Use human |
supports |
Specifies if the current subsystem supports human segmentation stencil image. This property is deprecated.
Use human |