Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

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

AddPluginByNameAdds an
apply plugin: '{name}'
element to the block.
AddPluginRawAdds an
apply plugin: {value}
element to the block.

Inheritance