class flixel.system.ui.FlxSoundTray extends Sprite

Available on all platforms

The flixel sound tray, the little volume meter that pops down sometimes.

Instance Fields

var active:Bool

Because reading any data from DisplayObject is insanely expensive in hxcpp, keep track of whether we need to update it or not.

function new():Void

Sets up the "sound tray", the little volume meter that pops down sometimes.

function screenCenter():Void

function show(?Silent:Bool = false):Void

Makes the little volume tray slide out. * *

Silent

Whether or not it should beep.

function update(MS:Float):Void

This function just updates the soundtray object.