Class SegmentationDepthModeExtension
Extension for the HumanSegmentationDepthMode.
Namespace: UnityEngine.XR.ARSubsystems
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 | 
|---|---|
| Boolean | 
  |