Containers is a base class for all UI Containers. This class should not be used directly. Instead, use one of the derived classes. MarginContainer, GridContainer, etc.
- Source
Extends
Members
(readonly) properties
The entity that this component is attached to.
- Inherited From
- Source
Methods
Update()
Update all the children's UITransform components. Every time there is a change in the children,or sizes of the container, this method should be called.