Function
|
Description
|
void SetRadius(int radius)
|
Sets the Radius for every new impulse.
|
int GetRadius()
|
Returns the Radius for every new impulse.
|
void SetVorticity(int vorticity)
|
Sets the Vorticity for the effect.
|
int GetVorticity()
|
Returns the Vorticity.
|
void SetDensity(int density)
|
Sets the Density for every new impulse.
|
float GetDensity()
|
Returns the Density for every new impulse.
|
void SetVelocity(int velocity)
|
Sets the Velocity for every new impulse.
|
int GetVelocity()
|
Returns the Velocity for every new impulse.
|
void SetDuration(int duration)
|
Sets the Duration for every new impulse.
|
int GetDuration()
|
Returns the Duration for every new impulse.
|
void SetFade(int fade)
|
Sets the Fade for the effect.
|
int GetFade()
|
Returns the Fade value.
|
void SetDeceleration(int deceleration)
|
Sets the Deceleration for the effect.
|
int GetDeceleration()
|
Returns the Deceleration value.
|
void SetColorMode(int mode)
|
Sets the Color Mode for the effect. See below for details.
|
int GetColorMode()
|
Returns which Color Mode is set.
|