Packageaway3d.events
Classpublic class ViewEvent
InheritanceViewEvent Inheritance flash.events.Event

Passed as a parameter when a view3d event occurs



Public Properties
 PropertyDefined By
  view : View3D
A reference to the view object that is relevant to the event.
ViewEvent
Public Methods
 MethodDefined By
  
ViewEvent(type:String, view:View3D)
Creates a new FaceEvent object.
ViewEvent
  
clone():Event
[override] Creates a copy of the FaceEvent object and sets the value of each property to match that of the original.
ViewEvent
Public Constants
 ConstantDefined By
  RENDER_COMPLETE : String = renderComplete
[static] Defines the value of the type property of a renderComplete event object.
ViewEvent
  UPDATE_SCENE : String = updateScene
[static] Defines the value of the type property of a updateScene event object.
ViewEvent
Property Detail
viewproperty
public var view:View3D

A reference to the view object that is relevant to the event.

Constructor Detail
ViewEvent()Constructor
public function ViewEvent(type:String, view:View3D)

Creates a new FaceEvent object.

Parameters
type:String — The type of the event. Possible values are: ViewEvent.UPDATE_SCENE.
 
view:View3D — A reference to the view object that is relevant to the event.
####INIT####
Method Detail
clone()method
override public function clone():Event

Creates a copy of the FaceEvent object and sets the value of each property to match that of the original.

Returns
Event
Constant Detail
RENDER_COMPLETEConstant
public static const RENDER_COMPLETE:String = renderComplete

Defines the value of the type property of a renderComplete event object.

UPDATE_SCENEConstant 
public static const UPDATE_SCENE:String = updateScene

Defines the value of the type property of a updateScene event object.