Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GradlePlugin

Definition of a dependency gradle plugin.
Read time 1 minuteLast updated 10 days ago

Definition

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

ApplyThe C# definition of the
apply
property.
IdId of the plugin.
VersionThe C# definition of the
version
property.

Methods

Method

Description

ClearClears the content of this element.
ToStringGets a serialized value of this element.

Inheritance