| Package | idv.cjcat.stardust.threeD.nd3d.handlers |
| Class | public class ND3DObject3DHandler |
| Inheritance | ND3DObject3DHandler ParticleHandler StardustElement |
Object3D particles to a render list,
removes dead particles from the render list,
and updates the Object3D objects' x, y, z, angleX, angleY, angleZ, scaleX, scaleY, and scaleZ properties.
| Property | Defined by | ||
|---|---|---|---|
![]() | name : String | StardustElement | |
| renderList : Array | ND3DObject3DHandler | ||
| Method | Defined by | ||
|---|---|---|---|
|
ND3DObject3DHandler(renderList:Array)
| ND3DObject3DHandler | ||
![]() |
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
| ND3DObject3DHandler | ||
![]() |
parseXML(xml:XML, builder:XMLBuilder = null):void
[Abstract Method] Reconstructs the element from XML representations.
| StardustElement | |
|
particleAdded(particle:Particle):void
| ND3DObject3DHandler | ||
|
particleRemoved(particle:Particle):void
| ND3DObject3DHandler | ||
|
readParticle(particle:Particle):void
| ND3DObject3DHandler | ||
![]() |
[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 | |
| renderList | property |
public var renderList:Array
| ND3DObject3DHandler | () | constructor |
public function ND3DObject3DHandler(renderList:Array)Parameters
renderList:Array — The render list.
|
| getXMLTagName | () | method |
public override function getXMLTagName():String
Returns
String |
| particleAdded | () | method |
| particleRemoved | () | method |
| readParticle | () | method |