FirstModulAR 0.1.0
Loading...
Searching...
No Matches
BuildConfig Class Reference

A scriptable object representing a single configuration for a build, can be used to create multiple sub-projects within a project. More...

Inheritance diagram for BuildConfig:

Public Attributes

List< SceneAsset > scenes = new List<SceneAsset>()
 List of scenes included in the build. The first scene will be the one that is loaded when the application starts.
 
Sprite icon
 The icon for the application.
 
string applicationName
 The name of the application.
 
string keystoreAlias
 The alias for the keystore used for signing the application.
 
string keystorePassword
 The password for the keystore used for signing the application.
 

Detailed Description

A scriptable object representing a single configuration for a build, can be used to create multiple sub-projects within a project.

Member Data Documentation

◆ applicationName

string BuildConfig.applicationName

The name of the application.

◆ icon

Sprite BuildConfig.icon

The icon for the application.

◆ keystoreAlias

string BuildConfig.keystoreAlias

The alias for the keystore used for signing the application.

◆ keystorePassword

string BuildConfig.keystorePassword

The password for the keystore used for signing the application.

◆ scenes

List<SceneAsset> BuildConfig.scenes = new List<SceneAsset>()

List of scenes included in the build. The first scene will be the one that is loaded when the application starts.


The documentation for this class was generated from the following file: