View source
class Watch
package flixel.system.debug.watch
extends WatchBase › Window › Sprite › DisplayObjectContainer › InteractiveObject › DisplayObject › EventDispatcher
extended by Tracker
@:directlyUsedA Visual Studio-style "watch" window, for use in the debugger overlay. Track the values of any public variable in real-time, and/or edit their values on the fly.
Constructor
Inherited Variables
Defined by WatchBase
Defined by Window
Defined by Sprite
Defined by DisplayObjectContainer
Defined by InteractiveObject
Defined by DisplayObject
Inherited Methods
Defined by WatchBase
Defined by Window
reposition(X:Float, Y:Float):Void
Change the position of the window. Subject to pre-specified bounding rectangles.
Parameters:
X | Desired X position of top left corner of the window. |
---|---|
Y | Desired Y position of top left corner of the window. |