| 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 | ||