| Package | idv.cjcat.stardust.threeD.papervision3d.handlers |
| Class | public class PV3DParticleHandler |
| Inheritance | PV3DParticleHandler ParticleHandler StardustElement |
particle object to a Particles object,
removes dead particles from the Particles object,
and updates the Particle objects' x, y, z, rotationZ, and size properties.
See also
| Method | Defined by | ||
|---|---|---|---|
|
PV3DParticleHandler(particleContainer:Particles = null)
| PV3DParticleHandler | ||
![]() |
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
| PV3DParticleHandler | ||
![]() |
parseXML(xml:XML, builder:XMLBuilder = null):void
[Abstract Method] Reconstructs the element from XML representations.
| StardustElement | |
|
particleAdded(particle:Particle):void
| PV3DParticleHandler | ||
|
particleRemoved(particle:Particle):void
| PV3DParticleHandler | ||
|
readParticle(particle:Particle):void
| PV3DParticleHandler | ||
![]() |
[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 | |
| PV3DParticleHandler | () | constructor |
public function PV3DParticleHandler(particleContainer:Particles = null)Parameters
particleContainer:Particles (default = null) |
| getXMLTagName | () | method |
public override function getXMLTagName():String
Returns
String |
| particleAdded | () | method |
| particleRemoved | () | method |
| readParticle | () | method |