|
| static void | FireCustomEvent (string enterCustomEvent, Transform _actorTrans, bool logDupeEventFiring) |
| | This calls MasterAudio.FireCustomEvent More...
|
| |
| static void | AudioListenerPause (Transform _actorTrans) |
| | This calls AudioListener.pause = true More...
|
| |
| static void | AudioListenerUnpause (Transform _actorTrans) |
| | This calls AudioListener.pause = false More...
|
| |
| static void | StopSoundGroupOfTransform (Transform _actorTrans, string timedSoundGroup) |
| | This calls MasterAudio.StopSoundGroupOfTransform More...
|
| |
| static void | PlaySound3DFollowTransformAndForget (string enterSoundGroup, Transform _actorTrans) |
| | This calls MasterAudio.PlaySound3DFollowTransformAndForget More...
|
| |
| static void | PlaySound3DFollowTransformAndForget (string enterSoundGroup, Transform _actorTrans, float volume, float? pitch, float delay, string varName) |
| | This calls MasterAudio.PlaySound3DFollowTransformAndForget More...
|
| |
| static void | PlaySound3DAtTransformAndForget (string enterSoundGroup, Transform _actorTrans) |
| | This calls MasterAudio.PlaySound3DAtTransformAndForget More...
|
| |
| static void | PlaySound3DAtTransformAndForget (string enterSoundGroup, Transform _actorTrans, float volume, float? pitch, float delay, string varName) |
| | This calls MasterAudio.PlaySound3DAtTransformAndForget More...
|
| |
| static PlaySoundResult | PlaySound3DAtTransform (string sType, Transform trans, float volume, float? pitch, float delay, string variationName) |
| | This calls MasterAudio.PlaySound3DAtTransform More...
|
| |
| static PlaySoundResult | PlaySound3DFollowTransform (string sType, Transform trans, float volume, float? pitch, float delay, string variationName) |
| | This calls MasterAudio.PlaySound3DFollowTransform More...
|
| |
| static PlaySoundResult | PlaySound (Transform trans, string sType, float volume, float? pitch, float delay, string variationName) |
| | This calls MasterAudio.PlaySound More...
|
| |
| static void | FadeOutAllOfSound (Transform trans, string soundType, float fadeTime) |
| | This calls MasterAudio.FadeOutAllOfSound More...
|
| |
| static void | PlaySound3DAtTransformAndForget (string sType, Transform trans, float volume, float? pitch, float delaySound) |
| | This calls MasterAudio.PlaySound3DAtTransformAndForget More...
|
| |
| static void | PlaySound3DFollowTransformAndForget (string sType, Transform trans, float volume, float? pitch, float delaySound) |
| | This calls MasterAudio.PlaySound3DFollowTransformAndForget More...
|
| |
| static void | PlaySoundAndForget (Transform trans, string sType, float volume, float? pitch, float delaySound) |
| | This calls MasterAudio.PlaySoundAndForget More...
|
| |
| static void | PlaySoundAndForget (Transform trans, string sType, float volume, float? pitch, float delay, string variationName) |
| | This calls MasterAudio.PlaySoundAndForget More...
|
| |
| static void | FadeOutSoundGroupOfTransform (Transform trans, string soundType, float fadeTime) |
| | This calls MasterAudio.FadeOutSoundGroupOfTransform More...
|
| |
| static void | FadeSoundGroupOfTransformToVolume (Transform trans, string soundType, float fadeTime, float fadeVolume) |
| | This calls MasterAudio.FadeSoundGroupOfTransformToVolume More...
|
| |
| static void | RefillSoundGroupPool (Transform trans, string soundType) |
| | This calls MasterAudio.RefillSoundGroupPool More...
|
| |
| static void | FadeSoundGroupToVolume (Transform trans, string soundType, float targetVol, float fadeTime, System.Action completionCallback, bool stopAfterFade, bool restoreVolumeAfterFade) |
| | This calls MasterAudio.FadeSoundGroupToVolume More...
|
| |
| static void | MuteGroup (Transform trans, string soundType) |
| | This calls MasterAudio.MuteGroup More...
|
| |
| static void | PauseSoundGroup (Transform trans, string soundType) |
| | This calls MasterAudio.PauseSoundGroup More...
|
| |
| static void | SoloGroup (Transform trans, string soundType) |
| | This calls MasterAudio.SoloGroup More...
|
| |
| static void | StopAllOfSound (Transform trans, string soundType) |
| | This calls MasterAudio.StopAllOfSound More...
|
| |
| static void | UnmuteGroup (Transform trans, string soundType) |
| | This calls MasterAudio.UnmuteGroup More...
|
| |
| static void | UnpauseSoundGroup (Transform trans, string soundType) |
| | This calls MasterAudio.UnpauseSoundGroup More...
|
| |
| static void | UnsoloGroup (Transform trans, string soundType) |
| | This calls MasterAudio.UnsoloGroup More...
|
| |
| static void | StopAllSoundsOfTransform (Transform trans) |
| | This calls MasterAudio.StopAllSoundsOfTransform More...
|
| |
| static void | PauseAllSoundsOfTransform (Transform trans) |
| | This calls MasterAudio.PauseAllSoundsOfTransform More...
|
| |
| static void | PauseSoundGroupOfTransform (Transform trans, string soundType) |
| | This calls MasterAudio.PauseSoundGroupOfTransform More...
|
| |
| static void | UnpauseAllSoundsOfTransform (Transform trans) |
| | This calls MasterAudio.UnpauseAllSoundsOfTransform More...
|
| |
| static void | UnpauseSoundGroupOfTransform (Transform trans, string soundType) |
| | This calls MasterAudio.UnpauseSoundGroupOfTransform More...
|
| |
| static void | FadeOutAllSoundsOfTransform (Transform trans, float fadeTime) |
| | This calls MasterAudio.FadeOutAllSoundsOfTransform More...
|
| |
| static void | RouteGroupToBus (Transform trans, string soundType, string busName) |
| | This calls MasterAudio.RouteGroupToBus More...
|
| |
| static void | GlideSoundGroupByPitch (Transform trans, string soundType, float targetGlidePitch, float pitchGlideTime, System.Action completionCallback) |
| | This calls MasterAudio.GlideSoundGroupByPitch More...
|
| |
| static void | StopOldSoundGroupVoices (Transform trans, string soundType, float minAge) |
| | This calls MasterAudio.StopOldSoundGroupVoices More...
|
| |
| static void | FadeOutOldSoundGroupVoices (Transform trans, string soundType, float minAge, float fadeTime) |
| | This calls MasterAudio.FadeOutOldSoundGroupVoices More...
|
| |
| static void | FadeBusToVolume (Transform trans, string busName, float targetVol, float fadeTime, System.Action completionCallback, bool stopAfterFade, bool restoreVolumeAfterFade) |
| | This calls MasterAudio.FadeBusToVolume More...
|
| |
| static void | GlideBusByPitch (Transform trans, string busName, float targetGlidePitch, float pitchGlideTime, System.Action completionCallback) |
| | This calls MasterAudio.GlideBusByPitch More...
|
| |
| static void | PauseBus (Transform trans, string busName) |
| | This calls MasterAudio.PauseBus More...
|
| |
| static void | StopBus (Transform trans, string busName) |
| | This calls MasterAudio.StopBus More...
|
| |
| static void | UnpauseBus (Transform trans, string busName) |
| | This calls MasterAudio.UnpauseBus More...
|
| |
| static void | MuteBus (Transform trans, string busName) |
| | This calls MasterAudio.MuteBus More...
|
| |
| static void | UnmuteBus (Transform trans, string busName) |
| | This calls MasterAudio.UnmuteBus More...
|
| |
| static void | ToggleMuteBus (Transform trans, string busName) |
| | This calls MasterAudio.ToggleMuteBus More...
|
| |
| static void | SoloBus (Transform trans, string busName) |
| | This calls MasterAudio.SoloBus More...
|
| |
| static void | UnsoloBus (Transform trans, string busName) |
| | This calls MasterAudio.UnsoloBus More...
|
| |
| static void | ChangeBusPitch (Transform trans, string busName, float pitch) |
| | This calls MasterAudio.ChangeBusPitch More...
|
| |
| static void | PauseBusOfTransform (Transform trans, string busName) |
| | This calls MasterAudio.PauseBusOfTransform More...
|
| |
| static void | UnpauseBusOfTransform (Transform trans, string busName) |
| | This calls MasterAudio.UnpauseBusOfTransform More...
|
| |
| static void | RestartAllPlaylists (Transform trans) |
| | This calls MasterAudio.RestartAllPlaylists More...
|
| |
| static void | StopBusOfTransform (Transform trans, string busName) |
| | This calls MasterAudio.StopBusOfTransform More...
|
| |
| static void | StopOldBusVoices (Transform trans, string busName, float minAge) |
| | This calls MasterAudio.StopOldBusVoices More...
|
| |
| static void | FadeOutOldBusVoices (Transform trans, string busName, float minAge, float fadeTime) |
| | This calls MasterAudio.FadeOutOldBusVoices More...
|
| |
| static void | SetMasterMixerVolume (Transform trans, float targetVol) |
| | This calls MasterAudio.SetMasterMixerVolume More...
|
| |
| static void | SetPlaylistMasterVolume (Transform trans, float tgtVol) |
| | This calls MasterAudio.SetPlaylistMasterVolume More...
|
| |
| static void | PauseMixer (Transform trans) |
| | This calls MasterAudio.PauseMixer More...
|
| |
| static void | UnpauseMixer (Transform trans) |
| | This calls MasterAudio.UnpauseMixer More...
|
| |
| static void | StopMixer (Transform trans) |
| | This calls MasterAudio.StopMixer More...
|
| |
| static void | MuteEverything (Transform trans) |
| | This calls MasterAudio.MuteEverything More...
|
| |
| static void | UnmuteEverything (Transform trans) |
| | This calls MasterAudio.UnmuteEverything More...
|
| |
| static void | PauseEverything (Transform trans) |
| | This calls MasterAudio.PauseEverything More...
|
| |
| static void | UnpauseEverything (Transform trans) |
| | This calls MasterAudio.UnpauseEverything More...
|
| |
| static void | StopEverything (Transform trans) |
| | This calls MasterAudio.StopEverything More...
|
| |
| static void | RestartPlaylist (Transform trans, string playlistControllerName) |
| | This calls MasterAudio.RestartPlaylist More...
|
| |
| static void | StartPlaylist (Transform trans, string playlistControllerName, string playlistName) |
| | This calls MasterAudio.StartPlaylist More...
|
| |
| static void | ChangePlaylistByName (Transform trans, string playlistControllerName, string playlistName, bool startPlaylist) |
| | This calls MasterAudio.ChangePlaylistByName More...
|
| |
| static void | StopLoopingAllCurrentSongs (Transform trans) |
| | This calls MasterAudio.StopLoopingAllCurrentSongs More...
|
| |
| static void | StopLoopingCurrentSong (Transform trans, string playlistControllerName) |
| | This calls MasterAudio.StopLoopingCurrentSong More...
|
| |
| static void | StopAllPlaylistsAfterCurrentSongs (Transform trans) |
| | This calls MasterAudio.StopAllPlaylistsAfterCurrentSongs More...
|
| |
| static void | StopPlaylistAfterCurrentSong (Transform trans, string playlistControllerName) |
| | This calls MasterAudio.StopPlaylistAfterCurrentSong More...
|
| |
| static void | FadeAllPlaylistsToVolume (Transform trans, float targetVol, float fadeTime) |
| | This calls MasterAudio.FadeAllPlaylistsToVolume More...
|
| |
| static void | FadePlaylistToVolume (Transform trans, string playlistControllerName, float targetVol, float fadeTime) |
| | This calls MasterAudio.FadePlaylistToVolume More...
|
| |
| static void | MuteAllPlaylists (Transform trans) |
| | This calls MasterAudio.MuteAllPlaylists More...
|
| |
| static void | MutePlaylist (Transform trans, string playlistControllerName) |
| | This calls MasterAudio.MutePlaylist More...
|
| |
| static void | UnmuteAllPlaylists (Transform trans) |
| | This calls MasterAudio.UnmuteAllPlaylists More...
|
| |
| static void | UnmutePlaylist (Transform trans, string playlistControllerName) |
| | This calls MasterAudio.UnmutePlaylist More...
|
| |
| static void | ToggleMuteAllPlaylists (Transform trans) |
| | This calls MasterAudio.ToggleMuteAllPlaylists More...
|
| |
| static void | ToggleMutePlaylist (Transform trans, string playlistControllerName) |
| | This calls MasterAudio.ToggleMutePlaylist More...
|
| |
| static bool | TriggerPlaylistClip (Transform trans, string playlistControllerName, string clipName) |
| | This calls MasterAudio.TriggerPlaylistClip More...
|
| |
| static void | QueuePlaylistClip (Transform trans, string playlistControllerName, string clipName) |
| | This calls MasterAudio.QueuePlaylistClip More...
|
| |
| static void | TriggerRandomClipAllPlaylists (Transform trans) |
| | This calls MasterAudio.TriggerRandomClipAllPlaylists More...
|
| |
| static void | TriggerRandomPlaylistClip (Transform trans, string playlistControllerName) |
| | This calls MasterAudio.TriggerRandomPlaylistClip More...
|
| |
| static void | TriggerNextClipAllPlaylists (Transform trans) |
| | This calls MasterAudio.TriggerNextClipAllPlaylists More...
|
| |
| static void | TriggerNextPlaylistClip (Transform trans, string playlistControllerName) |
| | This calls MasterAudio.TriggerNextPlaylistClip More...
|
| |
| static void | PauseAllPlaylists (Transform trans) |
| | This calls MasterAudio.PauseAllPlaylists More...
|
| |
| static void | PausePlaylist (Transform trans, string playlistControllerName) |
| | This calls MasterAudio.PausePlaylist More...
|
| |
| static void | StopAllPlaylists (Transform trans) |
| | This calls MasterAudio.StopAllPlaylists More...
|
| |
| static void | StopPlaylist (Transform trans, string playlistControllerName) |
| | This calls MasterAudio.StopPlaylist More...
|
| |
| static void | UnpauseAllPlaylists (Transform trans) |
| | This calls MasterAudio.UnpauseAllPlaylists More...
|
| |
| static void | UnpausePlaylist (Transform trans, string playlistControllerName) |
| | This calls MasterAudio.UnpausePlaylist More...
|
| |
| static ? Guid | InvokeParameterCommand (Transform actor, string parameterCommandName) |
| | This calls MasterAudio.InvokeParameterCommand More...
|
| |
| static void | StopParameterCommandsByCommandName (Transform actor, string parameterCommandName) |
| | This calls MasterAudio.StopParameterCommandsByCommandName More...
|
| |
| static void | StopParameterCommandsOfTransform (Transform actor, string commandName) |
| | This calls MasterAudio.StopParameterCommandsOfTransform More...
|
| |
| static void | UpdateRealTimeParameter (Transform actor, string parameterName, float value) |
| | This calls MasterAudio.UpdateRealTimeParameter More...
|
| |