Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ProjectLevelBuildGradleFile

The C# definition of the prpject-level (top-level) file.
Read time 2 minutesLast updated 10 days ago

Definition

public class ProjectLevelBuildGradleFile : BaseGradleFile, ICloneable

Remarks

For more information about the element, see Gradle's documentation: The top-level build file

Constructors

Constructor

Description

ProjectLevelBuildGradleFile()Element constructor.

Properties

Property

Description

PluginsThe C# definition of the
plugins
element in a gradle file.

Inheritance