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

Public Member Functions | |
virtual const csVector3 & | GetAcceleration () const =0 |
Get acceleration. | |
virtual float | GetAzimuth () const =0 |
Get azimuth. | |
virtual void | GetDropSize (float &dropwidth, float &dropheight) const =0 |
Get the size of the fountain drops. | |
virtual float | GetElevation () const =0 |
Get elevation. | |
virtual float | GetFallTime () const =0 |
Get fall time. | |
virtual bool | GetLighting () const =0 |
See if lighting is enabled. | |
virtual float | GetOpening () const =0 |
Get opening. | |
virtual const csVector3 & | GetOrigin () const =0 |
Get origin of the fountain. | |
virtual int | GetParticleCount () const =0 |
Get the number of particles used. | |
virtual float | GetSpeed () const =0 |
Get speed. | |
virtual void | SetAcceleration (const csVector3 &accel)=0 |
Set acceleration. | |
virtual void | SetAzimuth (float azi)=0 |
Set azimuth. | |
virtual void | SetDropSize (float dropwidth, float dropheight)=0 |
Set the size of the fountain drops. | |
virtual void | SetElevation (float elev)=0 |
Set elevation. | |
virtual void | SetFallTime (float ftime)=0 |
Set fall time. | |
virtual void | SetLighting (bool l)=0 |
Enable or disable lighting. | |
virtual void | SetOpening (float open)=0 |
Set opening. | |
virtual void | SetOrigin (const csVector3 &origin)=0 |
Set origin of the fountain. | |
virtual void | SetParticleCount (int num)=0 |
Set the number of particles to use. | |
virtual void | SetSpeed (float spd)=0 |
Set speed. |
Detailed Description
This interface describes the API for the fountain mesh object.
Definition at line 33 of file fountain.h.
Member Function Documentation
|
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.
|
The documentation for this struct was generated from the following file:
- imesh/fountain.h
Generated for Crystal Space by doxygen 1.4.4