| Package | idv.cjcat.stardust.twoD.initializers |
| Class | public class StardustSpriteInit |
| Inheritance | StardustSpriteInit Initializer2D Initializer StardustElement |
| Method | Defined by | ||
|---|---|---|---|
| StardustSpriteInit | |||
![]() |
getElementTypeXMLTag():XML
| Initializer | |
![]() |
getRelatedObjects():Array
[Abstract Method] Returns the related objects of the element.
| StardustElement | |
![]() |
getXMLTag():XML
Returns the root tag of the XML representation.
| StardustElement | |
|
getXMLTagName():String
| StardustSpriteInit | ||
|
initialize(particle:Particle):void
Calls the
IStardustSprite.init() method of a particle's target if the target implements the IStardustSprite interface. | StardustSpriteInit | ||
![]() |
parseXML(xml:XML, builder:XMLBuilder = null):void
| Initializer | |
![]() |
recycleInfo(particle:Particle):void
[Template Method] This method is called after a particle's death if the
needsRecycle() method returns true. | Initializer | |
![]() |
toXML():XML
| Initializer | |
| StardustSpriteInit | () | constructor |
public function StardustSpriteInit()
| getXMLTagName | () | method |
public override function getXMLTagName():String
Returns
String |
| initialize | () | method |
public override function initialize(particle:Particle):void
Calls the IStardustSprite.init() method of a particle's target if the target implements the IStardustSprite interface.
particle:Particle |
See also