![]() |
Public API Reference |
#include <spiral.h>
Inheritance diagram for iSpiralState:
Public Methods | |
virtual void | SetParticleCount (int num)=0 |
Set the number of particles to use. More... | |
virtual int | GetParticleCount () const=0 |
Get the number of particles. More... | |
virtual void | SetSource (const csVector3 &source)=0 |
Set the source for the particles. More... | |
virtual const csVector3 & | GetSource () const=0 |
Get the source for the particles. More... |
Definition at line 32 of file spiral.h.
|
Get the number of particles.
|
|
Get the source for the particles.
|
|
Set the number of particles to use.
|
|
Set the source for the particles.
|