GradlePropertiesFile
The C# definition of gradle.properties file.
Read time 2 minutesLast updated 11 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
- Inherits from: BaseGradleFile
- Implements: ICloneable
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 |
|---|---|
| JvmArgs | The C# definition of the |
| Parallel | The C# definition of the |
| UnityProjectPath | The C# definition of the |
| UnityRootPath | The C# definition of the |
| UnityStreamingAssets | The C# definition of the |