Package | com.gestureworks.cml.away3d.elements |
Class | public class Scene |
Inheritance | Scene ![]() |
Property | Defined By | ||
---|---|---|---|
scene3D : Scene3D | Scene |
Method | Defined By | ||
---|---|---|---|
Scene()
Constructor
| Scene | ||
addAllChildren():void [override]
| Scene | ||
addChild3D(child:*):void
Adds to the 3D display list. | Scene | ||
addView(view:View3D):void
Adds view to the scene. | Scene | ||
cmlInit(e:Event):void
CML Initialization
| Scene | ||
dispose():void [override]
Dispose methods to nullify children
| Scene | ||
init():void [override]
| Scene |
scene3D | property |
public var scene3D:Scene3D
Scene | () | Constructor |
public function Scene()
Constructor
addAllChildren | () | method |
override public function addAllChildren():void
addChild3D | () | method |
public function addChild3D(child:*):void
Adds to the 3D display list.
Parameters
child:* |
addView | () | method |
public function addView(view:View3D):void
Adds view to the scene.
Parameters
view:View3D |
cmlInit | () | method |
public function cmlInit(e:Event):void
CML Initialization
Parameters
e:Event |
dispose | () | method |
override public function dispose():void
Dispose methods to nullify children
init | () | method |
override public function init():void