Unity - Scripting API: ElementsList<T0>
class in Unity.Android.Gradle.Manifest
/
Implemented in:Unity.Android.Gradle
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Description
A list of Android manifest elements.
Properties
| Property | Description |
|---|---|
| Count | Gets the number of elements contained in the list. |
| this[int] | Access ElementsList elements by index. |
Public Methods
| Method | Description |
|---|---|
| AddElement | Adds an element to the end of the list. |
| AddElementsRange | Adds the elements of the specified collection to the end of the list. |
| Clear | Removes all the elements from the list. |
| GetElement | Gets an element from the list. |
| GetEnumerator | Returns an enumerator that iterates through the list. |
| RemoveElement | Removes a child element by id. |