Packageorg.flintparticles.common.behaviours
Interfacepublic interface Resetable
ImplementorsExplosion, Explosion

This interface is for behaviours whose state changes over time. It enables them to be reset to their original state.



Public Methods
 MethodDefined by
  
reset():void
Resets the behaviours state to its original condition.
Resetable
Method detail
reset()method
public function reset():void

Resets the behaviours state to its original condition.