RemoveElement(uint)
Removes a child element by id.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
public BaseElement RemoveElement(uint id)
Parameters
Element ID.
Returns
Type | Description |
|---|---|
| BaseElement | The removed child element. |
Remarks
Removes a custom elements from the list. If the element was a default element, it will be cleared and it will not appear in the file.
Elements