shouldClipChildren
Controls whether child entities are clipped by this component’s bounds.
Declaration
var shouldClipChildren: BoolDiscussion
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).