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