-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Kirill Korneev edited this page Feb 2, 2023
·
9 revisions
Adaptive UIBehaviour with auto-layout and flexible settings.
- No need to count or control cell size manually (in units) and ajust to parent size changes.
- Elements dont freeze like in LayoutGroup (it transforms not driven by object). Means elements could be animated or used any other way.
- Rebuilds only in regular cases (OnTransformChildrenChanged, OnTransformChildrenChanged, OnCanvasHierarchyChanged, OnValidate).
- Easy to extend: just create class inherited from Preset and its enum-value for inspector (ArrangeLayout or ScaleMethod).