Package | com.boostworthy.core |
Class | public final class Global |
Property | Defined by | ||
---|---|---|---|
NULL_INDEX : int = -1 [static]
A value for representing a null index.
| Global | ||
stage : Stage [static]
Gets a reference to the stage.
| Global |
Method | Defined by | ||
---|---|---|---|
Global()
Constructor.
| Global |
NULL_INDEX | property |
public static var NULL_INDEX:int = -1
A value for representing a null index.
stage | property |
stage:Stage
[read-write]Gets a reference to the stage.
Implementation public static function get stage():Stage
public function set stage(value:Stage):void
Global | () | constructor |
public function Global()
Constructor.
NOTE: This class is not meant to be instantiated.