ApplyPluginList
An element that holds a list of plugins to be applied in a gradle file.
Read time 2 minutesLast updated 5 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
- Inherits from: BaseBlock
- Implements: ICloneable
public sealed class ApplyPluginList : BaseBlock, ICloneable
Remarks
For more information about the element, see Gradle's documentation: Applying plugins
Constructors
Constructor | Description |
|---|---|
| ApplyPluginList() | Element constructor. |
| ApplyPluginList(Unity.Android.Gradle.ApplyPluginList) | Element constructor. |
Methods
Method | Description |
|---|---|
| AddPluginByName | Adds an |
| AddPluginRaw | Adds an |