Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GradlePropertiesFile

The C# definition of gradle.properties file.
Read time 2 minutesLast updated 12 days ago

Definition

public sealed class GradlePropertiesFile : BaseGradleFile, ICloneable

Remarks

For more information about the file, see Android's documentation: Gradle properties files

Constructors

Constructor

Description

GradlePropertiesFile()File constructor.

Properties

Property

Description

JvmArgsThe C# definition of the
org.gradle.jvmargs
property.
ParallelThe C# definition of the
org.gradle.parallel
property.
UnityProjectPathThe C# definition of the
unityProjectPath
. Path to Unity project.
UnityRootPathThe C# definition of the
unityRootPath
. Path to Unity executable.
UnityStreamingAssetsThe C# definition of the
unityStreamingAssets
. List of files that are provided as streaming assets and won't be compressed.

Inheritance