Hides the element without destroying it. Call Show() to make it visible again.
Makes a previously hidden element visible again.
Permanently removes the element from the UI panel.
Adds a tab with the given name and returns its container. Optionally pass a builder function to populate it immediately.
Optionalbuilder: (tab: ContainerWrapper) => void
A tab-group container. Use AddTab to add named tabs, each with its own ContainerWrapper for further nested elements.
Example