FPSLoggerUI

Kind of class:class
Inherits from:MovieClipHelper
Implements:
Classpath:com.bourre.visual.FPSLoggerUI
File last modified:Wednesday, 31 October 2007, 07:35:30

Constructor

FPSLoggerUI

function FPSLoggerUI (
target:MovieClip, depth:Number, id:String)

Class properties

DEFAULT_DEPTH

static DEFAULT_DEPTH:Number = 9995
(read,write)

DEFAULT_ID

static DEFAULT_ID:String = "FPSLoggerUI"
(read,write)

DEFAULT_MESSAGE

static DEFAULT_MESSAGE:String = "Current FPS: "
(read,write)

DEFAULT_TEXTCOLOR

static DEFAULT_TEXTCOLOR:Number = 0x000000
(read,write)

Instance methods

hide

function hide (
) : Void

setTextFormat

function setTextFormat (
fmt:TextFormat) : Void

show

function show (
) : Void

toString

function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance

Event handlers

onEnterFrame

function onEnterFrame (
) : Void
Triggers at each displayed frame by the player.
#