| Package | com.desuade.partigen.renderers |
| Class | public class NullRenderer |
| Inheritance | NullRenderer Renderer flash.events.EventDispatcher |
| Language Version : | ActionScript 3 |
| Since : | 07.05.2009 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.0 |
| Method | Defined By | ||
|---|---|---|---|
Creates a new NullRenderer. | NullRenderer | ||
addParticle(p:IBasicParticle):void [override]
This adds a particle to the display. | NullRenderer | ||
removeParticle(p:IBasicParticle):void [override]
This removes a particle from the display. | NullRenderer | ||
| NullRenderer | () | Constructor |
public function NullRenderer()Creates a new NullRenderer. Renderers can be reused and used for multiple emitters.
| addParticle | () | method |
override public function addParticle(p:IBasicParticle):voidThis adds a particle to the display.
Parameters
p:IBasicParticle — The particle to add.
|
| removeParticle | () | method |
override public function removeParticle(p:IBasicParticle):voidThis removes a particle from the display.
Parameters
p:IBasicParticle — The particle to remove.
|