| Package | com.desuade.partigen.renderers |
| Class | public dynamic class Renderer |
| Inheritance | Renderer flash.events.EventDispatcher |
| Subclasses | NullRenderer, StandardRenderer |
| Language Version : | ActionScript 3 |
| Since : | 07.05.2009 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.0 |
| Method | Defined By | ||
|---|---|---|---|
Renderer()
This creates a new Renderer. | Renderer | ||
addParticle(p:IBasicParticle):void
This adds a particle to the display. | Renderer | ||
removeParticle(p:IBasicParticle):void
This removes a particle from the display. | Renderer | ||
| Renderer | () | Constructor |
public function Renderer()This creates a new Renderer. This base class should not be created, as it offers no direct functionality.
| addParticle | () | method |
public function addParticle(p:IBasicParticle):voidThis adds a particle to the display.
Parameters
p:IBasicParticle — The particle to add.
|
| removeParticle | () | method |
public function removeParticle(p:IBasicParticle):voidThis removes a particle from the display.
Parameters
p:IBasicParticle — The particle to remove.
|