Contents

shouldClipChildren

Controls whether child entities are clipped by this component’s bounds.

Declaration

var shouldClipChildren: Bool

Discussion

When true, all descendant entities in the hierarchy will be clipped to this entity’s clipping bounds.

When false, only the entity with this component is affected (if shouldClipSelf is true).

See Also

Configuring clipping behavior