GradlePlugin
Definition of a dependency gradle plugin.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
- Inherits from: Element
- Implements: ICloneable
public sealed class GradlePlugin : Element, ICloneable
Remarks
For more information about the element, see Gradle's documentation: Applying plugins with the plugins DSL
Constructors
Constructor | Description |
|---|---|
| GradlePlugin(System.String,System.String,System.Boolean) | Element constructor. |
Properties
Property | Description |
|---|---|
| Apply | The C# definition of the |
| Id | Id of the plugin. |
| Version | The C# definition of the |
Methods
Method | Description |
|---|---|
| Clear | Clears the content of this element. |
| ToString | Gets a serialized value of this element. |