Class XROcclusionSubsystemDescriptor
Descriptor for the XROcclusionSubsystem.
Inheritance
XROcclusionSubsystemDescriptor
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Syntax
public class XROcclusionSubsystemDescriptor : SubsystemDescriptor<XROcclusionSubsystem>, ISubsystemDescriptor
Properties
supportsHumanSegmentationDepthImage
Specifies if the current subsystem supports human segmentation depth image.
Declaration
public bool supportsHumanSegmentationDepthImage { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
supportsHumanSegmentationStencilImage
Specifies if the current subsystem supports human segmentation stencil image.
Declaration
public bool supportsHumanSegmentationStencilImage { get; }
Property Value
Type | Description |
---|---|
Boolean |
|