Package | com.boostworthy.animation.rendering |
Class | public final class RenderMethod |
Method | Defined by | ||
---|---|---|---|
Constructor.
| RenderMethod |
Constant | Defined by | ||
---|---|---|---|
ENTER_FRAME : uint = 1 [static]
Defined constant for representing the 'enter frame' method.
| RenderMethod | ||
TIMER : uint = 2 [static]
Defined constant for representing the 'timer' method.
| RenderMethod |
RenderMethod | () | constructor |
public function RenderMethod()
Constructor.
ENTER_FRAME | constant |
public static const ENTER_FRAME:uint = 1
Defined constant for representing the 'enter frame' method.
TIMER | constant |
public static const TIMER:uint = 2
Defined constant for representing the 'timer' method.