Skip to content

format

typescript
LayoutGroup.limitSize

class: LayoutGroup

description

Determine if the UI layout restricts the size of child controls.

In UI layouts, sometimes it is necessary to restrict the size of child controls (such as text, images, etc.) to fit specific layout requirements.

parameter

param_nametypedescription

reture

typedescription
booleanWhether the size of child controls is restricted

code example