Packageorg.flixel.system.debug
Classpublic class Perf
InheritancePerf Inheritance FlxWindow Inheritance flash.display.Sprite



Public Properties
 PropertyDefined By
 InheritedmaxSize : Point
FlxWindow
 InheritedminSize : Point
FlxWindow
Protected Properties
 PropertyDefined By
  _activeObject : Array
Perf
 Inherited_bg : Bitmap
FlxWindow
 Inherited_bounds : Rectangle
FlxWindow
 Inherited_drag : Point
FlxWindow
 Inherited_dragging : Boolean
FlxWindow
  _flash : Array
Perf
  _flashMarker : uint
Perf
  _flixelDraw : Array
Perf
  _flixelDrawMarker : uint
Perf
  _flixelUpdate : Array
Perf
  _flixelUpdateMarker : uint
Perf
 Inherited_handle : Bitmap
FlxWindow
 Inherited_header : Bitmap
FlxWindow
 Inherited_height : uint
FlxWindow
 InheritedImgHandle : Class
FlxWindow
  _lastTime : int
Perf
  _objectMarker : uint
Perf
 Inherited_overHandle : Boolean
FlxWindow
 Inherited_overHeader : Boolean
FlxWindow
 Inherited_resizable : Boolean
FlxWindow
 Inherited_resizing : Boolean
FlxWindow
 Inherited_shadow : Bitmap
FlxWindow
  _text : TextField
Perf
 Inherited_title : TextField
FlxWindow
  _updateTimer : int
Perf
  _visibleObject : Array
Perf
  _visibleObjectMarker : uint
Perf
 Inherited_width : uint
FlxWindow
Public Methods
 MethodDefined By
  
Perf(Title:String, Width:Number, Height:Number, Resizable:Boolean = true, Bounds:Rectangle = null, BGColor:uint = 0xdfBABCBF, TopColor:uint = 0xff4E5359)
Perf
  
activeObjects(Count:int):void
Perf
  
destroy():void
[override]
Perf
  
flash(Time:int):void
Perf
  
flixelDraw(Time:int):void
Perf
  
flixelUpdate(Time:int):void
Perf
 Inherited
reposition(X:Number, Y:Number):void
FlxWindow
 Inherited
resize(Width:Number, Height:Number):void
FlxWindow
  
update():void
Perf
  
visibleObjects(Count:int):void
Perf
Protected Methods
 MethodDefined By
 Inherited
bound():void
FlxWindow
 Inherited
init(E:Event = null):void
FlxWindow
 Inherited
onMouseDown(E:MouseEvent = null):void
FlxWindow
 Inherited
onMouseMove(E:MouseEvent = null):void
FlxWindow
 Inherited
onMouseUp(E:MouseEvent = null):void
FlxWindow
 Inherited
updateGUI():void
FlxWindow
 Inherited
updateSize():void
FlxWindow
Property Detail
_activeObjectproperty
protected var _activeObject:Array

_flashproperty 
protected var _flash:Array

_flashMarkerproperty 
protected var _flashMarker:uint

_flixelDrawproperty 
protected var _flixelDraw:Array

_flixelDrawMarkerproperty 
protected var _flixelDrawMarker:uint

_flixelUpdateproperty 
protected var _flixelUpdate:Array

_flixelUpdateMarkerproperty 
protected var _flixelUpdateMarker:uint

_lastTimeproperty 
protected var _lastTime:int

_objectMarkerproperty 
protected var _objectMarker:uint

_textproperty 
protected var _text:TextField

_updateTimerproperty 
protected var _updateTimer:int

_visibleObjectproperty 
protected var _visibleObject:Array

_visibleObjectMarkerproperty 
protected var _visibleObjectMarker:uint

Constructor Detail
Perf()Constructor
public function Perf(Title:String, Width:Number, Height:Number, Resizable:Boolean = true, Bounds:Rectangle = null, BGColor:uint = 0xdfBABCBF, TopColor:uint = 0xff4E5359)



Parameters
Title:String
 
Width:Number
 
Height:Number
 
Resizable:Boolean (default = true)
 
Bounds:Rectangle (default = null)
 
BGColor:uint (default = 0xdfBABCBF)
 
TopColor:uint (default = 0xff4E5359)
Method Detail
activeObjects()method
public function activeObjects(Count:int):void

Parameters

Count:int

destroy()method 
override public function destroy():void

flash()method 
public function flash(Time:int):void

Parameters

Time:int

flixelDraw()method 
public function flixelDraw(Time:int):void

Parameters

Time:int

flixelUpdate()method 
public function flixelUpdate(Time:int):void

Parameters

Time:int

update()method 
public function update():void

visibleObjects()method 
public function visibleObjects(Count:int):void

Parameters

Count:int