Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AddElementsRange(IEnumerable<T>)

Adds the elements of the specified collection to the end of the list.
Read time 1 minuteLast updated 12 days ago

Definition

public void AddElementsRange(IEnumerable<T> elements)

Parameters

Collection of elements to add.

Remarks

Elements will apear as direct children of the parent object that contains
ElementList
property.