Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.