| Package | idv.cjcat.stardust.threeD.papervision3d.handlers |
| Class | public class PV3DDisplayObject3DHandler |
| Inheritance | PV3DDisplayObject3DHandler ParticleHandler StardustElement |
DisplayObject3D particles to a DisplayObject3D container,
removes dead particles from the container,
and updates the DisplayObject3D objects' x, y, z, rotationX, rotationY, rotationZ, scaleX, scaleY, scaleZ, and alpha properties.
| Method | Defined by | ||
|---|---|---|---|
|
PV3DDisplayObject3DHandler(container:DisplayObject3D = null)
| PV3DDisplayObject3DHandler | ||
![]() |
getElementTypeXMLTag():XML
| ParticleHandler | |
![]() |
getRelatedObjects():Array
[Abstract Method] Returns the related objects of the element.
| StardustElement | |
![]() |
[static]
| ParticleHandler | |
![]() |
getXMLTag():XML
Returns the root tag of the XML representation.
| StardustElement | |
|
getXMLTagName():String
| PV3DDisplayObject3DHandler | ||
![]() |
parseXML(xml:XML, builder:XMLBuilder = null):void
[Abstract Method] Reconstructs the element from XML representations.
| StardustElement | |
|
particleAdded(particle:Particle):void
| PV3DDisplayObject3DHandler | ||
|
particleRemoved(particle:Particle):void
| PV3DDisplayObject3DHandler | ||
|
readParticle(particle:Particle):void
| PV3DDisplayObject3DHandler | ||
![]() |
[Abstract Method] Invoked when each emitter step begins.
| ParticleHandler | |
![]() |
[Abstract Method] Invoked when each emitter step ends.
| ParticleHandler | |
![]() |
toXML():XML
[Abstract Method] Generates XML representation.
| StardustElement | |
| PV3DDisplayObject3DHandler | () | constructor |
public function PV3DDisplayObject3DHandler(container:DisplayObject3D = null)Parameters
container:DisplayObject3D (default = null) |
| getXMLTagName | () | method |
public override function getXMLTagName():String
Returns
String |
| particleAdded | () | method |
| particleRemoved | () | method |
| readParticle | () | method |