Packageidv.cjcat.stardust.threeD.initializers
Classpublic class Initializer3D
InheritanceInitializer3D Inheritance Initializer Inheritance StardustElement
SubclassesAlternativa3DObject3DClass, Away3DLiteObject3DClass, Away3DObject3DClass, Away3DSprite3DClass, DisplayObjectClass3D, Flare3DPivot3DClass, Flare3DPivot3DClone, Flare3DSprite3D, ND3DObject3DClass, Omega3D, PooledDisplayObjectClass3D, Position3D, PV3DDisplayObject3DClass, PV3DDisplayObjectClass, PV3DParticle, Rotation3D, StardustSpriteInit3D, Velocity3D, ZBDisplayObjectClass, ZBPooledDisplayObjectClass, ZBStardustSpriteInit

Base class for 3D initializers.



Public Properties
 PropertyDefined by
 Inheritedactive : Boolean
Denotes if the initializer is active, true by default.
Initializer
 Inheritedname : String
StardustElement
 InheritedneedsRecycle : Boolean
Initializer
 InheritedonAdd : ISignal
Dispatched when the added to an emitter.
Initializer
 InheritedonPriorityChange : ISignal
Dispatched when the action's priority is changed.
Initializer
 InheritedonRemove : ISignal
Dispatched when the removed from an emitter.
Initializer
 Inheritedpriority : int
Initializers will be sorted according to their priorities.
Initializer
 Inheritedsupports2D : Boolean
Whether this initializer supports 2D.
Initializer
 Inheritedsupports3D : Boolean
Whether this initializer supports 3D.
Initializer
Public Methods
 MethodDefined by
  
Initializer3D
 Inherited
Initializer
 Inherited
[Abstract Method] Returns the related objects of the element.
StardustElement
 Inherited
getXMLTag():XML
Returns the root tag of the XML representation.
StardustElement
 Inherited
getXMLTagName():String
Initializer
 Inherited
initialize(particle:Particle):void
[Template Method] This is the method that alters a particle's properties.
Initializer
 Inherited
parseXML(xml:XML, builder:XMLBuilder = null):void
Initializer
 Inherited
recycleInfo(particle:Particle):void
[Template Method] This method is called after a particle's death if the needsRecycle() method returns true.
Initializer
 Inherited
toXML():XML
Initializer
Constructor detail
Initializer3D()constructor
public function Initializer3D()