Packageorg.papervision3d.view.layer
Classpublic class ViewportLayerEvent
InheritanceViewportLayerEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  do3d : DisplayObject3D
ViewportLayerEvent
  layer : ViewportLayer
ViewportLayerEvent
Public Methods
 MethodDefined by
  
ViewportLayerEvent(type:String, do3d:DisplayObject3D = null, layer:ViewportLayer = null)
ViewportLayerEvent
Public Constants
 ConstantDefined by
  CHILD_ADDED : String = "childAdded"
[static]
ViewportLayerEvent
  CHILD_REMOVED : String = "childRemoved"
[static]
ViewportLayerEvent
Property detail
do3dproperty
public var do3d:DisplayObject3D
layerproperty 
public var layer:ViewportLayer
Constructor detail
ViewportLayerEvent()constructor
public function ViewportLayerEvent(type:String, do3d:DisplayObject3D = null, layer:ViewportLayer = null)Parameters
type:String
 
do3d:DisplayObject3D (default = null)
 
layer:ViewportLayer (default = null)
Constant detail
CHILD_ADDEDconstant
public static const CHILD_ADDED:String = "childAdded"
CHILD_REMOVEDconstant 
public static const CHILD_REMOVED:String = "childRemoved"