| AudioClips | BBPGlue.API.BBPAssetLoader | |
| Clear() | BBPGlue.API.BBPAssetLoader | |
| CreateSound(string id, AudioClip clip, string key="", string soundType="Effect", float volume=1f, bool subtitle=false) | BBPGlue.API.BBPAssetLoader | |
| CreateSoundObject(AudioClip clip, string key="", string soundType="Effect", float volume=1f, bool subtitle=false) | BBPGlue.API.BBPAssetLoader | |
| GetAudioClip(string id) | BBPGlue.API.BBPAssetLoader | |
| GetSound(string id) | BBPGlue.API.BBPAssetLoader | |
| GetSprite(string id) | BBPGlue.API.BBPAssetLoader | |
| LoadAudioClip(string id, string path, AudioType audioType, Action< AudioClip?> callback) | BBPGlue.API.BBPAssetLoader | |
| LoadAudioClip(string path, AudioType audioType, Action< AudioClip?> callback) | BBPGlue.API.BBPAssetLoader | |
| LoadSprite(string id, string path, float pixelsPerUnit=100f) | BBPGlue.API.BBPAssetLoader | |
| LoadSprite(string path, float pixelsPerUnit=100f) | BBPGlue.API.BBPAssetLoader | |
| RegisterAudioClip(string id, AudioClip clip) | BBPGlue.API.BBPAssetLoader | |
| RegisterSound(string id, BBPSoundObject sound) | BBPGlue.API.BBPAssetLoader | |
| RegisterSprite(string id, Sprite sprite) | BBPGlue.API.BBPAssetLoader | |
| RemoveAudioClip(string id) | BBPGlue.API.BBPAssetLoader | |
| RemoveSound(string id) | BBPGlue.API.BBPAssetLoader | |
| RemoveSprite(string id) | BBPGlue.API.BBPAssetLoader | |
| Sounds | BBPGlue.API.BBPAssetLoader | |
| Sprites | BBPGlue.API.BBPAssetLoader | |