The ‘RenderMethod’ class houses public constants which represent methods of rendering.
| RenderMethod | The ‘RenderMethod’ class houses public constants which represent methods of rendering. |
| Constants | |
| ENTER_FRAME | Defined constant for representing the ‘enter frame’ method. |
| TIMER | Defined constant for representing the ‘timer’ method. |
| Functions | |
| RenderMethod | Constructor. |
Defined constant for representing the ‘enter frame’ method.
public static const ENTER_FRAME: uint
Defined constant for representing the ‘timer’ method.
public static const TIMER: uint
Constructor.
public final function RenderMethod()