Skip to content
InterfaceAudio System@public

FlxAudioState

Serializable master audio preferences.

ts
export interface FlxAudioState

Properties

PropertyModifiersTypeDescription
mutereadonlybooleanWhether master audio is muted.
volumereadonlynumberMaster gain from 0 through 1.

Released under the MIT License.