This version of Unity is unsupported.

ElementsList<T0>.AddElement

Declaration

public void AddElement(T element);

Parameters

element Element to add.

Description

Adds an element to the end of the list.

Element will apear as a direct child of the parent object that contains ElementList property.