Property | Defined By | ||
---|---|---|---|
cameras : Vector.<IMCamera> | MWorld3D | ||
lights : Vector.<IMLight> | MWorld3D | ||
meshes : Vector.<IMMesh> | MWorld3D |
cameras | property |
cameras:Vector.<IMCamera>
public function get cameras():Vector.<IMCamera>
public function set cameras(value:Vector.<IMCamera>):void
lights | property |
lights:Vector.<IMLight>
public function get lights():Vector.<IMLight>
public function set lights(value:Vector.<IMLight>):void
meshes | property |
meshes:Vector.<IMMesh>
public function get meshes():Vector.<IMMesh>
public function set meshes(value:Vector.<IMMesh>):void
MWorld3D | () | Constructor |
public function MWorld3D()
render | () | method |
public function render():void