Packageorg.flintparticles.common.activities
Interfacepublic interface FrameUpdatable
ImplementorsCollide, Collide, Explosion, Explosion

The FrameUpdatable interface is used by the UpdateOnFrame activity.

See also

org.flintparticles.common.activities.UpdateOnFrame


Public Methods
 MethodDefined 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
Method detail
frameUpdate()method
public function 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.

Parameters
emitter:Emitter
 
time:Number