| Package | org.flixel.data |
| Class | public class FlxConsole |
| Inheritance | FlxConsole flash.display.Sprite |
| Property | Defined by | ||
|---|---|---|---|
| mtrRender : FlxMonitor | FlxConsole | ||
| mtrTotal : FlxMonitor | FlxConsole | ||
| mtrUpdate : FlxMonitor | FlxConsole | ||
| Method | Defined by | ||
|---|---|---|---|
|
FlxConsole(X:uint, Y:uint, Zoom:uint)
Constructor
| FlxConsole | ||
|
log(Text:String):void
Logs data to the developer console
| FlxConsole | ||
|
toggle():void
Shows/hides the console.
| FlxConsole | ||
|
update():void
Updates and/or animates the dev console.
| FlxConsole | ||
| Method | Defined by | ||
|---|---|---|---|
|
printTimingData():String
Returns a string of frame timing data.
| FlxConsole | ||
| mtrRender | property |
public var mtrRender:FlxMonitor
| mtrTotal | property |
public var mtrTotal:FlxMonitor
| mtrUpdate | property |
public var mtrUpdate:FlxMonitor
| FlxConsole | () | constructor |
public function FlxConsole(X:uint, Y:uint, Zoom:uint)Constructor
ParametersX:uint — X position of the console
|
|
Y:uint — Y position of the console
|
|
Zoom:uint — The game's zoom level
|
| log | () | method |
public function log(Text:String):voidLogs data to the developer console
ParametersText:String — The text that you wanted to write to the console
|
| printTimingData | () | method |
protected function printTimingData():StringReturns a string of frame timing data.
ReturnsString |
| toggle | () | method |
public function toggle():voidShows/hides the console.
| update | () | method |
public function update():voidUpdates and/or animates the dev console.