Skip to content
TypeAliasAudio System@public

FlxSoundOffscreenBehavior

Behavior used by an attached sound after its source leaves the viewport.

ts
export type FlxSoundOffscreenBehavior = 'pause' | 'stop'

Released under the MIT License.