Container.add

Adds an array of components to the container.

  1. void add(Component child, size_t layer)
  2. void add(Component[] components, size_t layer)
    class Container
    void
    add

Parameters

components
Type: Component[]

The child components to add.

layer
Type: size_t

The layer to add the components to.

Meta