Class XROcclusionSubsystemDescriptor
Descriptor for the XROcclusionSubsystem.
Inheritance
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Syntax
public class XROcclusionSubsystemDescriptor : SubsystemDescriptor<XROcclusionSubsystem>, ISubsystemDescriptor
Properties
supportsEnvironmentDepthConfidenceImage
Specifies if the current subsystem supports environment depth confidence image.
Declaration
public bool supportsEnvironmentDepthConfidenceImage { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
Note
This is a runtime check which may require some initialization to determine support. During this period,
this property may return false
for a time before becoming true
.
supportsEnvironmentDepthImage
Specifies if the current subsystem supports environment depth image.
Declaration
public bool supportsEnvironmentDepthImage { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
Note
This is a runtime check which may require some initialization to determine support. During this period,
this property may return false
for a time before becoming true
.
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 |
|