Property | Defined by | ||
---|---|---|---|
isLinux : Boolean [static][read-only]
| AppUtils | ||
isMac : Boolean [static][read-only]
| AppUtils | ||
isStandalone : Boolean [static][read-only]
| AppUtils | ||
isWindows : Boolean [static][read-only]
| AppUtils |
Property | Defined by | ||
---|---|---|---|
root : DisplayObjectContainer [static]
| AppUtils | ||
stage : Stage [static]
| AppUtils |
Method | Defined by | ||
---|---|---|---|
AppUtils()
| AppUtils | ||
addDebugBoxes():void
[static]
| AppUtils | ||
getFlashVar(__parameter:String):String
[static]
| AppUtils | ||
getRoot():DisplayObjectContainer
[static]
| AppUtils | ||
getStage():Stage
[static]
| AppUtils | ||
init(__stage:Stage, __root:DisplayObjectContainer):void
[static]
| AppUtils | ||
isTesting():Boolean
[static]
Tells whether this is being tested (ran on the IDE Flash player), or not.
| AppUtils | ||
resetContextMenu():void
[static]
| AppUtils |
Method | Defined by | ||
---|---|---|---|
toggleFullScreen(e:ContextMenuEvent = null):void
[static]
| AppUtils |
isLinux | property |
isLinux:Boolean
[read-only]Implementation
public static function get isLinux():Boolean
isMac | property |
isMac:Boolean
[read-only]Implementation
public static function get isMac():Boolean
isStandalone | property |
isStandalone:Boolean
[read-only]Implementation
public static function get isStandalone():Boolean
isWindows | property |
isWindows:Boolean
[read-only]Implementation
public static function get isWindows():Boolean
root | property |
protected static var root:DisplayObjectContainer
stage | property |
protected static var stage:Stage
AppUtils | () | constructor |
public function AppUtils()
addDebugBoxes | () | method |
public static function addDebugBoxes():void
getFlashVar | () | method |
public static function getFlashVar(__parameter:String):String
Parameters
__parameter:String |
String |
getRoot | () | method |
public static function getRoot():DisplayObjectContainer
Returns
DisplayObjectContainer |
getStage | () | method |
public static function getStage():Stage
Returns
Stage |
init | () | method |
public static function init(__stage:Stage, __root:DisplayObjectContainer):void
Parameters
__stage:Stage |
|
__root:DisplayObjectContainer |
isTesting | () | method |
public static function isTesting():Boolean
Tells whether this is being tested (ran on the IDE Flash player), or not.
ReturnsBoolean — TRUE if this is a test execution, false if otherwise.
|
resetContextMenu | () | method |
public static function resetContextMenu():void
toggleFullScreen | () | method |
protected static function toggleFullScreen(e:ContextMenuEvent = null):void
Parameters
e:ContextMenuEvent (default = null )
|