API reference
API reference
Select your platform
No SDKs available
No versions available

ResizeMode Enum

ResizeMode defines how a panel can be resized.

Signature

enum ResizeMode : Enum<ResizeMode> 

Enumeration Constants

MemberDescription
Simple
Resize modifies entity scale component.
Relayout
Resize adjusts panel dimensions and re-renders UI.
None
Resize handles do nothing. Developers can write their own resize logic via InputListeners on the PanelSceneObject.
Did you find this page helpful?