| Package | idv.cjcat.stardust.threeD.papervision3d.initializers |
| Class | public class PV3DDisplayObject3DClass |
| Inheritance | PV3DDisplayObject3DClass Initializer3D Initializer StardustElement |
DisplayObject object to the target properties of a particle.
This information can be visualized by PV3DDisplayObject3DRenderer.
See also
| Property | Defined by | ||
|---|---|---|---|
![]() | active : Boolean
Denotes if the initializer is active, true by default.
| Initializer | |
| constructorParams : Array | PV3DDisplayObject3DClass | ||
| displayObject3DClass : Class | PV3DDisplayObject3DClass | ||
![]() | name : String | StardustElement | |
![]() | needsRecycle : Boolean | Initializer | |
![]() | onAdd : ISignal
Dispatched when the added to an emitter.
| Initializer | |
![]() | onPriorityChange : ISignal
Dispatched when the action's priority is changed.
| Initializer | |
![]() | onRemove : ISignal
Dispatched when the removed from an emitter.
| Initializer | |
![]() | priority : int
Initializers will be sorted according to their priorities.
| Initializer | |
![]() | supports2D : Boolean
Whether this initializer supports 2D.
| Initializer | |
![]() | supports3D : Boolean
Whether this initializer supports 3D.
| Initializer | |
| Method | Defined by | ||
|---|---|---|---|
|
PV3DDisplayObject3DClass(displayObject3DClass:Class = null, constructorParams:Array = null)
| PV3DDisplayObject3DClass | ||
![]() |
getElementTypeXMLTag():XML
| Initializer | |
![]() |
getRelatedObjects():Array
[Abstract Method] Returns the related objects of the element.
| StardustElement | |
![]() |
getXMLTag():XML
Returns the root tag of the XML representation.
| StardustElement | |
|
getXMLTagName():String
| PV3DDisplayObject3DClass | ||
|
initialize(particle:Particle):void
| PV3DDisplayObject3DClass | ||
![]() |
parseXML(xml:XML, builder:XMLBuilder = null):void
| Initializer | |
![]() |
recycleInfo(particle:Particle):void
[Template Method] This method is called after a particle's death if the
needsRecycle() method returns true. | Initializer | |
![]() |
toXML():XML
| Initializer | |
| constructorParams | property |
constructorParams:Array [read-write]Implementation
public function get constructorParams():Array
public function set constructorParams(value:Array):void
| displayObject3DClass | property |
displayObject3DClass:Class [read-write]Implementation
public function get displayObject3DClass():Class
public function set displayObject3DClass(value:Class):void
| PV3DDisplayObject3DClass | () | constructor |
public function PV3DDisplayObject3DClass(displayObject3DClass:Class = null, constructorParams:Array = null)Parameters
displayObject3DClass:Class (default = null) |
|
constructorParams:Array (default = null) |
| getXMLTagName | () | method |
public override function getXMLTagName():String
Returns
String |
| initialize | () | method |