Contents

PortalComponent.ClippingMode

Specifies the mode of clipping for a portal.

Declaration

enum ClippingMode

Overview

This type can be passed into clippingMode to configure the portal component’s clipping feature.

With PortalComponent.ClippingMode.disabled, contents in portal world are not clipped

With PortalComponent.ClippingMode.plane(_:), contents within portal are clipped by the edge of the plane.

Topics

Enumeration Cases