| Package | com.rockonflash.papervision3d.events |
| Class | public class ObjectReadyEvent |
| Inheritance | ObjectReadyEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| filename : String = "" | ObjectReadyEvent | ||
| obj : DisplayObject3D = null | ObjectReadyEvent | ||
| parentObj : * | ObjectReadyEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
ObjectReadyEvent(type:String, p_filename:String = "", p_obj:DisplayObject3D = null, p_parentObj:* = null, bubbles:Boolean = false, cancelable:Boolean = false)
| ObjectReadyEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| OBJECT_READY : String = "objectReady" [static]
The ObjectReadyEvent.OBJECT_READY constant defines the value of the
type property of the event object
for a objectReady event. | ObjectReadyEvent | ||
| filename | property |
public var filename:String = ""
| obj | property |
public var obj:DisplayObject3D = null
| parentObj | property |
public var parentObj:*
| ObjectReadyEvent | () | constructor |
public function ObjectReadyEvent(type:String, p_filename:String = "", p_obj:DisplayObject3D = null, p_parentObj:* = null, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
p_filename:String (default = "") |
|
p_obj:DisplayObject3D (default = null) |
|
p_parentObj:* (default = null) |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| OBJECT_READY | constant |
public static const OBJECT_READY:String = "objectReady"
The ObjectReadyEvent.OBJECT_READY constant defines the value of the
type property of the event object
for a objectReady event.
The properties of the event object have the following values:
| type | String |
|---|---|
| filename | String - DAE file that was loaded |
| obj | DisplayObject3D - actual collada container |
| parentObj | Object |
| bubbles | Boolean |
| cancelable | Boolean |