Container

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.

Extends

Members

(readonly) properties

The entity that this component is attached to.

Inherited From

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.