BaseProperty
Abstract base class for all existing property elements.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
- Inherits from: BaseElement
- Implements: ICloneable
public abstract class BaseProperty : BaseElement, ICloneable
Methods
Method | Description |
|---|---|
| Clear | Clears the content of this element. |
| GetName | Gets the name of the property. |
| Remove | Removes this property from the file. |
| SetRaw | Sets a raw string value to this property. |