BiFrameProgressionEvent

Event that denotifies a new frame during animation.

This class extends BiEvent and therefore all methods and fields available for BiEvent are also available for BiFrameProgressionEvent .

Constructor

new BiFrameProgressionEvent ( sType,generator )

Parameters

NameTypeOptionalDefaultDescripton
sTypeStringThe name of the type of frameprogression event
generatorBiFpsGeneratorThe BiFpsGenerator that dispatched this event.

Properties

NameTypegetsetDescripton
fPSGeneratorBiFpsGeneratorcheckedReturns a reference to the BiFpsGenerator that dispatched the event.

Methods

NameDescription
disposeDisposes the event and reclaims memory.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

The type of events generated are: frameprogression, animationend

Method Details

dispose

Disposes the event and reclaims memory.

Syntax

object.dispose ( )

Parameters

No arguments.

Return Type

void