| Package | org.flintparticles.common.activities |
| Interface | public interface FrameUpdatable |
| Implementors | Collide, Collide, Explosion, Explosion |
See also
| Method | Defined By | ||
|---|---|---|---|
frameUpdate(emitter:Emitter, time:Number):void
When used with the UpdateOnFrame activity, the frameUpdate method will be called by the emitter
every frame before updating the particles. | FrameUpdatable | ||
| frameUpdate | () | method |
public function frameUpdate(emitter:Emitter, time:Number):voidWhen used with the UpdateOnFrame activity, the frameUpdate method will be called by the emitter every frame before updating the particles.
Parameters
emitter:Emitter | |
time:Number |