Class SegmentationDepthModeExtension
Extension for the HumanSegmentationDepthMode.
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
public static class SegmentationDepthModeExtension
Methods
Enabled(HumanSegmentationDepthMode)
Determine whether the segmentation depth mode is enabled.
Declaration
public static bool Enabled(this HumanSegmentationDepthMode segmentationDepthMode)
Parameters
Type | Name | Description |
---|---|---|
HumanSegmentationDepthMode | segmentationDepthMode | The segmentation depth mode to check. |
Returns
Type | Description |
---|---|
bool |
|