Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ElementsList<T>

A list of Android manifest elements.
Read time 1 minuteLast updated 13 days ago

Definition

public class ElementsList<T> : IEnumerable<T>, IEnumerable where T : BaseElement

Properties

Property

Description

CountGets the number of elements contained in the list.
this[]Access
ElementsList
elements by index.

Methods

Method

Description

AddElementAdds an element to the end of the list.
AddElementsRangeAdds the elements of the specified collection to the end of the list.
ClearRemoves all the elements from the list.
GetElementGets an element from the list.
GetEnumeratorReturns an enumerator that iterates through the list.
RemoveElementRemoves a child element by id.