AndroidProjectFiles

class in UnityEditor.Android

Description

A class to store C# representations of all Gradle project files.

The class is used to pass Gradle configuration files objects to the AndroidProjectFilesModifier.OnModifyAndroidProjectFiles callback.

Properties

AdditionalLibrariesBuildGradleFilesA representation of the build.gradle files that were added to plugins (libraries) that didn't have a build.gradle file.

Public Methods

GetDataGets data that was set in the Setup method.
SetBuildGradleFileSets a new build.gradle file.
SetFileContentsSets the content of a new file to the specified bytes.
SetGradlePropertiesFileSets a new gradle.properties file.
SetGradleSettingsFileSets a new settings.gradle file.
SetManifestFileSets a new Android Manifest file.

Did you find this page useful? Please give it a rating: