Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AddElement(T)

Adds an element to the end of the list.
Read time 1 minuteLast updated 12 days ago

Definition

public void AddElement(T element)

Parameters

element

T
Element to add.

Remarks

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