| Package | vegas.display |
| Class | public class Root |
| Inheritance | Root CoreMovieClip flash.display.MovieClip |
| Property | Defined By | ||
|---|---|---|---|
| flashVars : FlashVars [static]
The global reference of all FlashVars of this application. | Root | ||
| global : * [static]
The global reference of the application. | Root | ||
![]() | logger : Logger
Determinates the internal ILogger reference of this Logable object. | CoreMovieClip | |
| root : DisplayObjectContainer [static]
The root reference of the application. | Root | ||
| stage : Stage [static]
The stage reference of the application. | Root | ||
| Method | Defined By | ||
|---|---|---|---|
Root()
Creates a new Root instance. | Root | ||
![]() | isLocked():Boolean
Returns true if the object is locked. | CoreMovieClip | |
![]() | lock():void
Locks the object. | CoreMovieClip | |
![]() | resetLock():void
Reset the lock security of the display. | CoreMovieClip | |
![]() | unlock():void
Unlocks the display. | CoreMovieClip | |
| flashVars | property |
public static var flashVars:FlashVarsThe global reference of all FlashVars of this application.
| global | property |
public static var global:*The global reference of the application.
| root | property |
public static var root:DisplayObjectContainerThe root reference of the application.
| stage | property |
public static var stage:StageThe stage reference of the application.
| Root | () | Constructor |
public function Root()Creates a new Root instance.