Contents

disablePersonOcclusion

Disable person segmentation.

Declaration

static let disablePersonOcclusion: ARView.RenderOptions

Discussion

By default, ARKit detects users in the frame, and hides content occluded by users. Add the disablePersonOcclusion option to the AR view’s renderOptions to disable this feature.

See Also

Disabling rendering effects