| Package | org.papervision3d.utils |
| Class | public class InteractiveContainerData |
| Inheritance | InteractiveContainerData flash.events.EventDispatcher |
| Property | Defined by | ||
|---|---|---|---|
| color : Number | InteractiveContainerData | ||
| container : InteractiveSprite | InteractiveContainerData | ||
| displayObject3D : DisplayObject3D = null | InteractiveContainerData | ||
| face3d : Face3D | InteractiveContainerData | ||
| fillAlpha : Number | InteractiveContainerData | ||
| isDrawn : Boolean = false | InteractiveContainerData | ||
| lineAlpha : Number | InteractiveContainerData | ||
| lineColor : Number | InteractiveContainerData | ||
| lineSize : Number | InteractiveContainerData | ||
| screenZ : Number [read-only]
| InteractiveContainerData | ||
| sort : Boolean = false | InteractiveContainerData | ||
| Method | Defined by | ||
|---|---|---|---|
|
InteractiveContainerData(container3d:*, p_color:Number = 0x000000, target:IEventDispatcher = null)
| InteractiveContainerData | ||
| color | property |
public var color:Number
| container | property |
public var container:InteractiveSprite
| displayObject3D | property |
public var displayObject3D:DisplayObject3D = null
| face3d | property |
public var face3d:Face3D
| fillAlpha | property |
public var fillAlpha:Number
| isDrawn | property |
public var isDrawn:Boolean = false
| lineAlpha | property |
public var lineAlpha:Number
| lineColor | property |
public var lineColor:Number
| lineSize | property |
public var lineSize:Number
| screenZ | property |
screenZ:Number [read-only]Implementation
public function get screenZ():Number
| sort | property |
public var sort:Boolean = false
| InteractiveContainerData | () | constructor |
public function InteractiveContainerData(container3d:*, p_color:Number = 0x000000, target:IEventDispatcher = null)Parameters
container3d:* |
|
p_color:Number (default = 0x000000) |
|
target:IEventDispatcher (default = null) |