enum ResizeMode : Enum<ResizeMode>
| Member | Description |
|---|---|
Simple |
Resize modifies entity scale component.
|
Relayout |
Resize adjusts panel dimensions and re-renders UI. Incompatible with an app-set crop (PanelSceneObject.setCrop / PanelCrop): both drive the panel's layer clip, so a Relayout resize on a cropped panel is ignored. Use Simple to resize a cropped panel.
|
None |
Resize handles do nothing. Developers can write their own resize logic via InputListeners on the PanelSceneObject.
|