| Package | idv.cjcat.stardust.threeD.papervision3d.handlers |
| Class | public class PV3DPixelsHandler |
| Inheritance | PV3DPixelsHandler ParticleHandler StardustElement |
| Method | Defined by | ||
|---|---|---|---|
|
PV3DPixelsHandler(container:Pixels = null)
| PV3DPixelsHandler | ||
![]() |
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
| PV3DPixelsHandler | ||
![]() |
parseXML(xml:XML, builder:XMLBuilder = null):void
[Abstract Method] Reconstructs the element from XML representations.
| StardustElement | |
|
particleAdded(particle:Particle):void
| PV3DPixelsHandler | ||
|
particleRemoved(particle:Particle):void
| PV3DPixelsHandler | ||
|
readParticle(particle:Particle):void
| PV3DPixelsHandler | ||
![]() |
[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 | |
| PV3DPixelsHandler | () | constructor |
public function PV3DPixelsHandler(container:Pixels = null)Parameters
container:Pixels (default = null) |
| getXMLTagName | () | method |
public override function getXMLTagName():String
Returns
String |
| particleAdded | () | method |
| particleRemoved | () | method |
| readParticle | () | method |