menu
版本
2016.2.6.6153
2024.1.5.8803
2023.1.13.8732
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
menu
2024.1.5.8803
2023.1.13.8732
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Maintains the list of loaded SoundBanks loaded. This is currently used only with AkAmbient objects. More...
Static Public Member Functions | |
static void | LoadBank (string name, bool decodeBank, bool saveDecodedBank) |
Loads a SoundBank. This version blocks until the bank is loaded. See AK::SoundEngine::LoadBank for more information. |
|
static void | LoadBankAsync (string name, AkCallbackManager.BankCallback callback=null) |
Loads a SoundBank. This version returns right away and loads in background. See AK::SoundEngine::LoadBank for more information. |
|
static void | UnloadBank (string name) |
Unloads a SoundBank. See AK::SoundEngine::UnloadBank for more information. |
Maintains the list of loaded SoundBanks loaded. This is currently used only with AkAmbient objects.