Enum OcclusionPreferenceMode
Represents the preference for how to occlude.
Namespace: UnityEngine.XR.ARSubsystems
Syntax
public enum OcclusionPreferenceModeFields
| Name | Description | Value | 
|---|---|---|
| PreferEnvironmentOcclusion | The preference is to occlude using environment depth. | 0 | 
| PreferHumanOcclusion | The preference is to occlude using human segmentation stencil and depth. | 1 | 
| NoOcclusion | The preference is to not occlude. | 2 |