BFGBuildSettings Class
BFG Build Settings Stores and provides access to BFG specific build settings.
These are set via the BFG Build Menu window in Unity, and may be queried while the build is running More...
These are set via the BFG Build Menu window in Unity, and may be queried while the build is running More...
Static Public Member Functions | |
static iOSBuildSettings | GetiOSBuildSettings () |
Get the current iOS Build Settings for the BFG SDK, which were set in the BFG Build Menu More... | |
static AndroidBuildSettings | GetAndroidBuildSettings () |
Get the current Android Build Settings for the BFG SDK, which were set in the BFG Build Menu More... | |
static void | SetAndroidBuildFlavor (AndroidBuildSettings.Flavor flavor) |
Programmatically set if the current Android build is targeting Google or Amazon More... | |
Detailed Description
BFG Build Settings Stores and provides access to BFG specific build settings.
These are set via the BFG Build Menu window in Unity, and may be queried while the build is running
These are set via the BFG Build Menu window in Unity, and may be queried while the build is running
Member Function Documentation
◆ GetAndroidBuildSettings()
| inlinestatic |
Get the current Android Build Settings for the BFG SDK, which were set in the BFG Build Menu
- Returns
- Current Android Build Settings
◆ GetiOSBuildSettings()
| inlinestatic |
Get the current iOS Build Settings for the BFG SDK, which were set in the BFG Build Menu
- Returns
- Current iOS Build Settings
◆ SetAndroidBuildFlavor()
| inlinestatic |
Programmatically set if the current Android build is targeting Google or Amazon
- Parameters
flavor Android Build Flavor (Google or Amazon)