Packageaway3d.test
Classpublic class SimpleView
InheritanceSimpleView Inheritance flash.display.Sprite

Protected Properties
 PropertyDefined by
  target : Object3D
SimpleView
  task : String
SimpleView
  view : View3D
SimpleView
Public Methods
 MethodDefined by
  
SimpleView
(task:String = "Draw", desc:String = "")
SimpleView for testing/demo purpose
SimpleView
Protected Methods
 MethodDefined by
  
create():void
SimpleView
  
draw():void
SimpleView
  
init(event:Event):void
SimpleView
  
run(event:Event):void
SimpleView
  
start():void
SimpleView
Property detail
targetproperty
protected var target:Object3D
taskproperty 
protected var task:String
viewproperty 
protected var view:View3D
Constructor detail
SimpleView()constructor
public function SimpleView(task:String = "Draw", desc:String = "")Parameters
task:String (default = "Draw") — Your task name for profiler
 
desc:String (default = "") — Your description for this task
Init Parameters
Method detail
create()method
protected function create():void
draw()method 
protected function draw():void
init()method 
protected function init(event:Event):void Parameters
event:Event
run()method 
protected function run(event:Event):void Parameters
event:Event
start()method 
protected function start():void
Wiki link
Click to go to the wiki page for 'away3d.test.SimpleView'

Code examples

Comments