Flint Particles documentation v2.1.4
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface 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.
© Richard Lord 2009