Plugins
The C# definition of the plugins element in a gradle file.
Read time 2 minutesLast updated 6 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
- Inherits from: BaseBlock
- Implements: ICloneable
public sealed class Plugins : BaseBlock, ICloneable
Remarks
For more information about the element, see Gradle's documentation: Applying plugins with the plugins DSL
Constructors
Constructor | Description |
|---|---|
| Plugins() | Element constructor. |
Methods
Method | Description |
|---|---|
| AddPlugin | Adds a plugin. |