Contents

shouldClipSelf

Controls whether the entity itself is clipped by this component’s bounds.

Declaration

var shouldClipSelf: Bool

Discussion

When true, the entity’s own geometry is clipped by the bounding volume. When false, only child entities are affected (if shouldClipChildren is true).

See Also

Configuring clipping behavior