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, addListener:Boolean = true) | FrameRate | ||
tick(evt:Event = null):int | FrameRate |
FrameRate | () | Constructor |
public function FrameRate(xPos:int = 0, yPos:int = 0, color:uint = 0xffffff, fillBackground:Boolean = false, backgroundColor:uint = 0x000000, addListener:Boolean = true)
xPos:int (default = 0 )
| |
yPos:int (default = 0 )
| |
color:uint (default = 0xffffff )
| |
fillBackground:Boolean (default = false )
| |
backgroundColor:uint (default = 0x000000 )
| |
addListener:Boolean (default = true )
|
tick | () | method |
public function tick(evt:Event = null):int
Parameters
evt:Event (default = null )
|
int |