Flint Particles documentation v3.0.1
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Resetable
Methods
Package
org.flintparticles.common.behaviours
Interface
public interface Resetable
Implementors
Explosion
,
Explosion
This interface is for behaviours whose state changes over time. It enables them to be reset to their original state.
Public Methods
Method
Defined 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.
Sun Feb 27 2011, 06:00 PM Z