Enum HumanSegmentationStencilMode
Represents the segmentation stencil mode.
Namespace: UnityEngine.XR.ARSubsystems
Syntax
public enum HumanSegmentationStencilMode
Fields
| Name | Description | Value |
|---|---|---|
| Best | The segmentation stencil is enabled and will be generated at the best resolution. |
|
| Disabled | The segmentation stencil is disabled and will not be generated. |
|
| Fastest | The segmentation stencil is enabled and will be generated at the fastest resolution. |
|
| Medium | The segmentation stencil is enabled and will be generated at the medium resolution. |