class flixel.system.debug.DebuggerUtil
Available on all platforms
Class Fields
static function createTextField(?X:Float = 0, ?Y:Float = 0, ?Color:Int = -1, ?Size:Int = 12):TextField
Helper method for textfield creation. * *
X | Textfield x position. * |
Y | Textfield y position. * |
Color | Textfield color, 0xAARRGGBB. * |
Size | Textfield size. * |
returns | New label text field at specified position and format. |