Element
An empty element that can be set to any string.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
- Inherits from: BaseElement
- Implements: ICloneable
public class Element : BaseElement, ICloneable
Constructors
Constructor | Description |
|---|---|
| Element() | Element constructor. |
| Element(System.String) | Element constructor. |
| Element(Unity.Android.Gradle.Element) | Element constructor. |
Methods
Method | Description |
|---|---|
| GetUniqueName | Gets the unique name of the element. Element type combined with element ID will be returned. |