![]() |
Public API Reference |
#include <snow.h>
Inheritance diagram for iSnowState:
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 drops. More... | |
virtual void | GetDropSize (float &dropwidth, float &dropheight) const=0 |
Get the size of the snow flakes. More... | |
virtual void | SetBox (const csVector3 &minbox, const csVector3 &maxbox)=0 |
Set box. More... | |
virtual void | GetBox (csVector3 &minbox, csVector3 &maxbox) const=0 |
Get box. 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 | SetFallSpeed (const csVector3 &fspeed)=0 |
Set fall speed. More... | |
virtual const csVector3 & | GetFallSpeed () const=0 |
Get fall speed. More... | |
virtual void | SetSwirl (float swirl)=0 |
Set swirl. More... | |
virtual float | GetSwirl () const=0 |
Get swirl. More... |
Definition at line 32 of file snow.h.
|
Get box.
|
|
Get the size of the snow flakes.
|
|
Get fall speed.
|
|
See if lighting is enabled.
|
|
Get the number of particles used.
|
|
Get swirl.
|
|
Set box.
|
|
Set the size of the drops.
|
|
Set fall speed.
|
|
Enable or disable lighting.
|
|
Set the number of particles to use.
|
|
Set swirl.
|