#include <spiral.h>
Inheritance diagram for iSpiralState:
Public Methods | |
virtual void | SetParticleCount (int num)=0 |
Set the number of particles to use. | |
virtual int | GetParticleCount () const=0 |
Get the number of particles. | |
virtual void | SetSource (const csVector3 &source)=0 |
Set the source for the particles. | |
virtual const csVector3& | GetSource () const=0 |
Get the source for the particles. |