Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
iSpiralState Struct Reference
This interface describes the API for the spiral mesh object. More...
#include <imesh/spiral.h>
Inheritance diagram for iSpiralState:

Public Member Functions | |
virtual float | GetClimbSpeed () const =0 |
Get particle climb speed in spiral. | |
virtual int | GetParticleCount () const =0 |
Get the number of particles. | |
virtual void | GetParticleSize (float &partwidth, float &partheight) const =0 |
Get the size of the spiral particles. | |
virtual csTicks | GetParticleTime () const =0 |
Get the time to live of particles, in msec. | |
virtual float | GetRadialSpeed () const =0 |
Get particle radial speed in spiral. | |
virtual float | GetRotationSpeed () const =0 |
Get particle rotation speed in spiral. | |
virtual const csVector3 & | GetSource () const =0 |
Get the source for the particles. | |
virtual void | SetClimbSpeed (float speed)=0 |
Set particle climb speed in spiral. | |
virtual void | SetParticleCount (int num)=0 |
Set the number of particles to use. | |
virtual void | SetParticleSize (float partwidth, float partheight)=0 |
Set the size of the spiral particles. | |
virtual void | SetParticleTime (csTicks ttl)=0 |
Set the time to live for all particles, in msec. | |
virtual void | SetRadialSpeed (float speed)=0 |
Set particle radial speed in spiral. | |
virtual void | SetRotationSpeed (float speed)=0 |
Set particle rotation speed in spiral. | |
virtual void | SetSource (const csVector3 &source)=0 |
Set the source for the particles. |
Detailed Description
This interface describes the API for the spiral mesh object.
Definition at line 33 of file spiral.h.
Member Function Documentation
|
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.
|
The documentation for this struct was generated from the following file:
- imesh/spiral.h
Generated for Crystal Space by doxygen 1.4.4