Flint Particles documentation v2.2.1
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Class FrameTimer
Methods
Package
org.flintparticles.common.debug
Class
public class FrameTimer
Inheritance
FrameTimer
flash.text.TextField
Displays the current framerate. The framerate displayed is an average of the last ten frames. Simply create an instance of this class and place it on the stage.
Public Methods
Method
Defined by
FrameTimer
(color:uint = 0xFFFFFF)
Creates a FrameTimer.
FrameTimer
Constructor detail
FrameTimer
()
constructor
public function FrameTimer(color:uint = 0xFFFFFF)
Creates a FrameTimer.
Parameters
color
:uint
(default =
0xFFFFFF
)
— The color to use for the text display.
© Richard Lord 2010