RenderMethod

The ‘RenderMethod’ class houses public constants which represent methods of rendering.

Summary
RenderMethodThe ‘RenderMethod’ class houses public constants which represent methods of rendering.
Constants
ENTER_FRAMEDefined constant for representing the ‘enter frame’ method.
TIMERDefined constant for representing the ‘timer’ method.
Functions
RenderMethodConstructor.

Constants

ENTER_FRAME

public static const ENTER_FRAME: uint

Defined constant for representing the ‘enter frame’ method.

TIMER

public static const TIMER: uint

Defined constant for representing the ‘timer’ method.

Functions

RenderMethod

public final function RenderMethod()

Constructor.

public static const ENTER_FRAME: uint
Defined constant for representing the ‘enter frame’ method.
public static const TIMER: uint
Defined constant for representing the ‘timer’ method.
public final function RenderMethod()
Constructor.
Close