Enum HumanSegmentationMode
Represents the human segmentation mode.
Namespace: UnityEngine.XR.ARSubsystems
Syntax
public enum HumanSegmentationMode
Fields
| Name | Description | 
|---|---|
| Disabled | The human segmentation is disabled and will not be generated.  | 
| FullScreenResolution | The human segmentation is enabled and will be generated at the full screen resolution.  | 
| HalfScreenResolution | The human segmentation is enabled and will be generated at the half screen resolution.  | 
| StandardResolution | The human segmentation is enabled and will be generated at standard resolution.  |