Enum OcclusionPreferenceMode
Represents the preference for how to occlude.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
public enum OcclusionPreferenceMode
Fields
Name | Description |
---|---|
NoOcclusion | The preference is to not occlude. |
PreferEnvironmentOcclusion | The preference is to occlude using environment depth. |
PreferHumanOcclusion | The preference is to occlude using human segmentation stencil and depth. |