| Package | idv.cjcat.stardust.twoD.actions |
| Class | public class StardustSpriteUpdate |
| Inheritance | StardustSpriteUpdate Action2D Action StardustElement |
| Method | Defined by | ||
|---|---|---|---|
| StardustSpriteUpdate | |||
![]() |
getElementTypeXMLTag():XML
| Action | |
![]() |
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
| StardustSpriteUpdate | ||
![]() |
parseXML(xml:XML, builder:XMLBuilder = null):void
| Action | |
![]() |
postUpdate(emitter:Emitter, time:Number):void
[Template Method] This method is called once after each
Emitter.step() method call,
after the update() calls with each particles in the emitter. | Action | |
![]() |
toXML():XML
| Action | |
|
Calls the
IStardustSprite.update() method of a particle's target if the target implements the IStardustSprite interface. | StardustSpriteUpdate | ||
| StardustSpriteUpdate | () | constructor |
public function StardustSpriteUpdate()
| getXMLTagName | () | method |
public override function getXMLTagName():String
Returns
String |
| update | () | method |
public override function update(emitter:Emitter, particle:Particle, time:Number):void
Calls the IStardustSprite.update() method of a particle's target if the target implements the IStardustSprite interface.
emitter:Emitter |
|
particle:Particle |
|
time:Number |
See also