![]() |
Public API Reference |
#include <fountain.h>
Inheritance diagram for iFountainState:

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 used. More... | |
| virtual void | SetDropSize (float dropwidth, float dropheight)=0 |
| Set the size of the fountain drops. More... | |
| virtual void | GetDropSize (float &dropwidth, float &dropheight) const=0 |
| Get the size of the fountain drops. More... | |
| virtual void | SetOrigin (const csVector3 &origin)=0 |
| Set origin of the fountain. More... | |
| virtual const csVector3 & | GetOrigin () const=0 |
| Get origin of the fountain. More... | |
| virtual void | SetLighting (bool l)=0 |
| Enable or disable lighting. More... | |
| virtual bool | GetLighting () const=0 |
| See if lighting is enabled. More... | |
| virtual void | SetAcceleration (const csVector3 &accel)=0 |
| Set acceleration. More... | |
| virtual const csVector3 & | GetAcceleration () const=0 |
| Get acceleration. More... | |
| virtual void | SetElevation (float elev)=0 |
| Set elevation. More... | |
| virtual float | GetElevation () const=0 |
| Get elevation. More... | |
| virtual void | SetAzimuth (float azi)=0 |
| Set azimuth. More... | |
| virtual float | GetAzimuth () const=0 |
| Get azimuth. More... | |
| virtual void | SetOpening (float open)=0 |
| Set opening. More... | |
| virtual float | GetOpening () const=0 |
| Get opening. More... | |
| virtual void | SetSpeed (float spd)=0 |
| Set speed. More... | |
| virtual float | GetSpeed () const=0 |
| Get speed. More... | |
| virtual void | SetFallTime (float ftime)=0 |
| Set fall time. More... | |
| virtual float | GetFallTime () const=0 |
| Get fall time. More... | |
Definition at line 32 of file fountain.h.
|
|
Get acceleration.
|
|
|
Get azimuth.
|
|
||||||||||||
|
Get the size of the fountain drops.
|
|
|
Get elevation.
|
|
|
Get fall time.
|
|
|
See if lighting is enabled.
|
|
|
Get opening.
|
|
|
Get origin of the fountain.
|
|
|
Get the number of particles used.
|
|
|
Get speed.
|
|
|
Set acceleration.
|
|
|
Set azimuth.
|
|
||||||||||||
|
Set the size of the fountain drops.
|
|
|
Set elevation.
|
|
|
Set fall time.
|
|
|
Enable or disable lighting.
|
|
|
Set opening.
|
|
|
Set origin of the fountain.
|
|
|
Set the number of particles to use.
|
|
|
Set speed.
|