Packagecom.gestureworks.utils
Classpublic class FrameRate
InheritanceFrameRate Inheritance flash.display.Sprite

...



Public Methods
 MethodDefined By
  
FrameRate(xPos:int = 0, yPos:int = 0, color:uint = 0xffffff, fillBackground:Boolean = false, backgroundColor:uint = 0x000000, addListener:Boolean = true)
FrameRate
  
tick(evt:Event = null):int
FrameRate
Constructor Detail
FrameRate()Constructor
public function FrameRate(xPos:int = 0, yPos:int = 0, color:uint = 0xffffff, fillBackground:Boolean = false, backgroundColor:uint = 0x000000, addListener:Boolean = true)



Parameters
xPos:int (default = 0)
 
yPos:int (default = 0)
 
color:uint (default = 0xffffff)
 
fillBackground:Boolean (default = false)
 
backgroundColor:uint (default = 0x000000)
 
addListener:Boolean (default = true)
Method Detail
tick()method
public function tick(evt:Event = null):int

Parameters

evt:Event (default = null)

Returns
int