| Package | org.papervision3d.view.layer |
| Class | public class ViewportLayerEvent |
| Inheritance | ViewportLayerEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| do3d : DisplayObject3D | ViewportLayerEvent | ||
| layer : ViewportLayer | ViewportLayerEvent | ||
| Method | Defined by | ||
|---|---|---|---|
| ViewportLayerEvent | |||
| Constant | Defined by | ||
|---|---|---|---|
| CHILD_ADDED : String = "childAdded" [static]
| ViewportLayerEvent | ||
| CHILD_REMOVED : String = "childRemoved" [static]
| ViewportLayerEvent | ||
| do3d | property |
public var do3d:DisplayObject3D
| layer | property |
public var layer:ViewportLayer
| ViewportLayerEvent | () | constructor |
public function ViewportLayerEvent(type:String, do3d:DisplayObject3D = null, layer:ViewportLayer = null)Parameters
type:String |
|
do3d:DisplayObject3D (default = null) |
|
layer:ViewportLayer (default = null) |
| CHILD_ADDED | constant |
public static const CHILD_ADDED:String = "childAdded"
| CHILD_REMOVED | constant |
public static const CHILD_REMOVED:String = "childRemoved"