Function
|
Description
|
void SetCount(int x, int y, int z)
|
Sets the Count X, Count Y, Count Z for the effect. Valid values range from 1 to 1000. The default value is 5.
|
float SetCountX(int x)
|
Sets Count X for the effect. Valid values range from 1 to 1000. The default value is 5.
|
int GetCountX()
|
Returns the current integer value for Count X.
|
void SetCountY(int y)
|
Sets Count Y for the effect. Valid values range from 1 to 1000. The default value is 5.
|
int GetCountY()
|
Returns the current integer value for Count Y.
|
float SetCountZ(int z)
|
Sets the Count Z for the effect. Valid values range from 1 to 1000. The default value is 5.
|
int GetCountZ()
|
Returns the current integer value for Count Z.
|
void SetSize(int size)
|
Sets the Size for the effect. Valid values range from 1 to 100. The default value is 5.
|
int GetSize()
|
Returns the current integer value for Size.
|
void SetOuterGlow(int outerglow)
|
Sets the Outer Glow for the effect. Valid values range from 0 to 100. The default value is 5.
|
int GetOuterGlow()
|
Returns the current integer value for Outer Glow.
|
void SetRenderingMode(float value)
|
Sets the Rendering Mode. See below for a list of constants.
|
float GetRenderingMode()
|
Returns the currently set Rendering Mode.
|
void SetCellDistribution(int x, int y, int z)
|
Sets the Cell Distribution for Count X, Count Y, Count Z. See below for a list of constants.
|
void SetCellDistributionX(int x)
|
Sets the Cell Distribution for Count X. See below for a list of constants.
|
int GetCellDistributionX()
|
Returns the currently set Cell Distribution for Count X.
|
void SetCellDistributionY(int y)
|
Sets the Cell Distribution for Count Y. See below for a list of constants.
|
int GetCellDistributionY()
|
Returns the currently set Cell Distribution for Count Y.
|
void SetCellDistributionZ(int z)
|
Sets the Cell Distribution for Count Z. See below for a list of constants.
|
int GetCellDistributionZ()
|
Returns the currently set Cell Distribution for Count Z.
|
void SetInterpolationType(int type)
|
Sets the Interpolation Type. See below for a list of constants.
|
int GetInterpolationType()
|
Returns the currently set Interpolation Type.
|