Container for the new debugger overlay. Most of the functionality is in the debug folder widgets, but this class instantiates the widgets and handles their basic formatting and arrangement.

Static variables

@:value(2)staticinlineread onlyGUTTER:Int = 2

Internal, used to space out windows from the edges.

@:value(20)staticinlineread onlyTOP_HEIGHT:Int = 20

Internal, used to space out windows from the edges.

Variables

Methods

@:value({ UpdateLayout : false, ToggleMode : false })addButton(Position:FlxHorizontalAlign, ?Icon:BitmapData, ?UpHandler:() ‑> Void, ToggleMode:Bool = false, UpdateLayout:Bool = false):FlxSystemButton

Create and add a new debugger button.

Parameters:

Position

Either LEFT, CENTER or RIGHT.

Icon

The icon to use for the button

UpHandler

The function to be called when the button is pressed.

ToggleMode

Whether this is a toggle button or not.

UpdateLayout

Whether to update the button layout.

Returns:

The added button.

inlineaddWindow(window:Window):Window

destroy():Void

Clean up memory.

onResize(Width:Float, Height:Float):Void

@:value({ UpdateLayout : true })removeButton(Button:FlxSystemButton, UpdateLayout:Bool = true):Void

Removes and destroys a button from the debugger.

Parameters:

Button

The FlxSystemButton instance to remove.

UpdateLayout

Whether to update the button layout.

inlineremoveWindow(window:Window):Void

resetLayout():Void

Forces the debugger windows to reset to the last specified layout. The default layout is STANDARD.

inlinesetLayout(Layout:FlxDebuggerLayout):Void

Change the way the debugger's windows are laid out.

Parameters:

Layout

The layout codes can be found in FlxDebugger, for example FlxDebugger.MICRO

Inherited Variables

Defined by Sprite

@:flash.propertybuttonMode:Bool

@:flash.propertyread onlydropTarget:DisplayObject

@:flash.propertyread onlygraphics:Graphics

@:flash.propertyhitArea:Sprite

@:flash.propertyuseHandCursor:Bool

Defined by DisplayObjectContainer

@:flash.propertymouseChildren:Bool

@:flash.propertyread onlynumChildren:Int

@:flash.propertytabChildren:Bool

@:flash.propertyread onlytextSnapshot:TextSnapshot

Defined by InteractiveObject

@:flash.propertycontextMenu:ContextMenu

@:flash.propertydoubleClickEnabled:Bool

@:flash.propertyfocusRect:Dynamic

@:flash.propertymouseEnabled:Bool

@:flash.property@:require(flash11)needsSoftKeyboard:Bool

@:flash.property@:require(flash11)softKeyboardInputAreaOfInterest:Rectangle

@:flash.propertytabEnabled:Bool

@:flash.propertytabIndex:Int

Defined by DisplayObject

@:flash.propertyalpha:Float

@:flash.propertyblendMode:BlendMode

@:flash.property@:require(flash10)write onlyblendShader:Shader

@:flash.propertycacheAsBitmap:Bool

@:flash.propertycacheAsBitmapMatrix:Matrix

@:flash.propertyfilters:Array<BitmapFilter>

@:flash.propertyheight:Float

@:flash.propertyread onlyloaderInfo:LoaderInfo

@:flash.propertymask:DisplayObject

@:flash.propertyread onlymouseX:Float

@:flash.propertyread onlymouseY:Float

@:flash.propertyname:String

@:flash.propertyopaqueBackground:Null<UInt>

@:flash.propertyread onlyparent:DisplayObjectContainer

@:flash.propertyread onlyroot:DisplayObject

@:flash.propertyrotation:Float

@:flash.property@:require(flash10)rotationX:Float

@:flash.property@:require(flash10)rotationY:Float

@:flash.property@:require(flash10)rotationZ:Float

@:flash.propertyscale9Grid:Rectangle

@:flash.propertyscaleX:Float

@:flash.propertyscaleY:Float

@:flash.property@:require(flash10)scaleZ:Float

@:flash.propertyscrollRect:Rectangle

@:flash.propertyshader:Shader

@:flash.propertyread onlystage:Stage

@:flash.propertytransform:Transform

@:flash.propertyvisible:Bool

@:flash.propertywidth:Float

@:flash.propertyx:Float

@:flash.propertyy:Float

@:flash.property@:require(flash10)z:Float

Inherited Methods

Defined by Sprite

@:value({ bounds : null, lockCenter : false })startDrag(lockCenter:Bool = false, ?bounds:Null<Rectangle>):Void

@:value({ bounds : null, lockCenter : false })@:require(flash10_1)startTouchDrag(touchPointID:Int, lockCenter:Bool = false, ?bounds:Null<Rectangle>):Void

@:require(flash10_1)stopTouchDrag(touchPointID:Int):Void

Defined by DisplayObjectContainer

Defined by InteractiveObject

@:require(flash11)requestSoftKeyboard():Bool

Defined by DisplayObject

getBounds(targetCoordinateSpace:DisplayObject):Rectangle

getRect(targetCoordinateSpace:DisplayObject):Rectangle

@:require(flash10)globalToLocal3D(point:Point):Vector3D

@:value({ shapeFlag : false })hitTestPoint(x:Float, y:Float, shapeFlag:Bool = false):Bool

@:require(flash10)local3DToGlobal(point3d:Vector3D):Point

Defined by EventDispatcher

@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener<T>(type:EventType<T>, listener:T ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void

@:value({ useCapture : false })removeEventListener<T>(type:EventType<T>, listener:T ‑> Void, useCapture:Bool = false):Void