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)

SimpleView for testing/demo purpose

Parameters
task:String (default = Draw) — Your task name for profiler
 
desc:String — Your description for this task
####INIT####
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