Namespace: FitLayout

UI.FitLayout

Fit layout static class

Methods

UI.FitLayout.calcPreferredSize (target) static

The method calculates a target children container preferred size based on its content.
Name Type Description
target Core.Entity the entity to contain

UI.FitLayout.doLayout (target) static

The method orders the target children container based on specific rules the manager implements.
Name Type Description
target Core.Entity the container to apply changes to.