Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LocalPropertiesFile

The C# definition of local.properties file.
Read time 2 minutesLast updated 10 days ago

Definition

public class LocalPropertiesFile : BaseGradleFile, ICloneable

Remarks

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

Constructors

Constructor

Description

LocalPropertiesFile()File constructor.

Properties

Property

Description

CMakeDirThe C# definition of the
cmake.dir
property.
NdkSymlinkDirThe C# definition of the
ndk.symlinkdir
property.
SdkDirThe C# definition of the
sdk.dir
property.

Inheritance