AndroidBuildSettings Class
BFG SDK's Android Build Settings More...
Public Types | |
enum | Flavor { Google = 0 , Amazon = 1 } |
BFG SDK's supported build flavors for Android targets More... | |
Public Attributes | |
Flavor | flavor |
Stores the current Android build flavor | |
string | sharedCopyDirectoryPath |
Stores the path to the directory that's copied on export, regardless of flavor | |
AndroidFlavorBuildSettings | googleFlavorSettings |
Stores the build settings to use when the current flavor is Flavor.Google. | |
AndroidFlavorBuildSettings | amazonFlavorSettings |
Stores the build settings to use when the current flavor is Flavor.Amazon. | |
bool | performRequiredPostProcessing |
Stores whether or not the BFG SDK should automatically perform all of it's required post processing for Android during build. If true the SDK will automatically perform the post processing, if false the game must perform the post processing itself. | |
Detailed Description
BFG SDK's Android Build Settings