View source
class FlxSoundTray
package flixel.system.ui
extends Sprite › DisplayObjectContainer › InteractiveObject › DisplayObject › EventDispatcher
The flixel sound tray, the little volume meter that pops down sometimes.
Accessed via FlxG.game.soundTray
or FlxG.sound.soundTray
.
Constructor
Variables
Methods
show(up:Bool = false):Void
Deprecated: "show is deprecated, use showAnim"
Makes the little volume tray slide out.
Parameters:
up | Whether the volume is increasing. |
---|