SoundImplBrowser
Extends:
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
musicVolume: * |
|
| public |
sfxHandle: * |
|
| public |
soundVolume: * |
|
Method Summary
| Public Methods | ||
| public |
deinitialize(): * |
|
| public |
initialize(): * |
|
Inherited Summary
| From class SoundInterface | ||
| public |
|
|
| public |
|
|
| public |
|
|
| public |
musicClass: * |
|
| public |
|
|
| public |
|
|
| public |
soundClass: * |
|
| public |
|
|
| public |
|
|
| public |
deinitialize(): Promise<void> Deinits the sound |
|
| public |
Returns the music volume |
|
| public |
Returns the sound volume |
|
| public |
initialize(): Promise<any> Initializes the sound |
|
| public |
Pre-Loads the given sounds |
|
| public |
onPageRenderableStateChanged(pageIsVisible: boolean) Focus change handler, called by the pap |
|
| public |
play3DSound(key: string, worldPosition: Vector, root: GameRoot) |
|
| public |
playThemeMusic(key: string) |
|
| public |
playUiSound(key: string) |
|
| public |
setMusicVolume(volume: number) Sets the music volume |
|
| public |
setSoundVolume(volume: number) Sets the sound volume |
|
