Package | com.gestureworks.utils |
Class | public class FrameRate |
Inheritance | FrameRate ![]() |
Method | Defined By | ||
---|---|---|---|
FrameRate(xPos:int = 0, yPos:int = 0, color:uint = 0xffffff, fillBackground:Boolean = false, backgroundColor:uint = 0x000000) | FrameRate | ||
tick(evt:Event):void | FrameRate |
FrameRate | () | Constructor |
public function FrameRate(xPos:int = 0, yPos:int = 0, color:uint = 0xffffff, fillBackground:Boolean = false, backgroundColor:uint = 0x000000)
xPos:int (default = 0 )
| |
yPos:int (default = 0 )
| |
color:uint (default = 0xffffff )
| |
fillBackground:Boolean (default = false )
| |
backgroundColor:uint (default = 0x000000 )
|
tick | () | method |
public function tick(evt:Event):void
Parameters
evt:Event |