Package | away3d.events |
Class | public class ViewEvent |
Inheritance | ViewEvent flash.events.Event |
Property | Defined by | ||
---|---|---|---|
view : View3D
A reference to the view object that is relevant to the event.
| ViewEvent |
Method | Defined by | ||
---|---|---|---|
Creates a new
FaceEvent object. | ViewEvent | ||
clone():Event
Creates a copy of the FaceEvent object and sets the value of each property to match that of the original.
| ViewEvent |
Constant | Defined 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 |
view | property |
public var view:View3D
A reference to the view object that is relevant to the event.
ViewEvent | () | constructor |
public function ViewEvent(type:String, view:View3D)
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.
|
clone | () | method |
public override function clone():Event
Creates a copy of the FaceEvent object and sets the value of each property to match that of the original.
ReturnsEvent |
RENDER_COMPLETE | constant |
public static const RENDER_COMPLETE:String = "renderComplete"
Defines the value of the type property of a renderComplete event object.
UPDATE_SCENE | constant |
public static const UPDATE_SCENE:String = "updateScene"
Defines the value of the type property of a updateScene event object.