GetElement(uint)
Gets an element by ID.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
public BaseElement GetElement(uint id)
Parameters
The ID of the element to get.
Returns
Type | Description |
|---|---|
| BaseElement | The element with the passed-in ID when one exists. Otherwise, returns null. |