![]() |
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 | SetParticleSize (float partwidth, float partheight)=0 |
| Set the size of the spiral particles. More... | |
| virtual void | GetParticleSize (float &partwidth, float &partheight) const=0 |
| Get the size of the spiral 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... | |
| virtual void | SetParticleTime (csTicks ttl)=0 |
| Set the time to live for all particles, in msec. More... | |
| virtual csTicks | GetParticleTime () const=0 |
| Get the time to live of particles, in msec. More... | |
| virtual void | SetRadialSpeed (float speed)=0 |
| Set particle radial speed in spiral. More... | |
| virtual float | GetRadialSpeed () const=0 |
| Get particle radial speed in spiral. More... | |
| virtual void | SetRotationSpeed (float speed)=0 |
| Set particle rotation speed in spiral. More... | |
| virtual float | GetRotationSpeed () const=0 |
| Get particle rotation speed in spiral. More... | |
| virtual void | SetClimbSpeed (float speed)=0 |
| Set particle climb speed in spiral. More... | |
| virtual float | GetClimbSpeed () const=0 |
| Get particle climb speed in spiral. More... | |
Definition at line 32 of file spiral.h.
|
|
Get particle climb speed in spiral.
|
|
|
Get the number of particles.
|
|
||||||||||||
|
Get the size of the spiral particles.
|
|
|
Get the time to live of particles, in msec.
|
|
|
Get particle radial speed in spiral.
|
|
|
Get particle rotation speed in spiral.
|
|
|
Get the source for the particles.
|
|
|
Set particle climb speed in spiral.
|
|
|
Set the number of particles to use.
|
|
||||||||||||
|
Set the size of the spiral particles.
|
|
|
Set the time to live for all particles, in msec.
|
|
|
Set particle radial speed in spiral.
|
|
|
Set particle rotation speed in spiral.
|
|
|
Set the source for the particles.
|