Function
|
Description
|
void SetFade(int value)
|
Sets the Fade value.
|
int GetFade()
|
Returns the Fade value.
|
void SetSize1(float value)
|
Sets the Size 1 value
|
float GetSize1()
|
Returns the Size 1 value.
|
void SetPitch1(float value)
|
Sets the Pitch 1 value
|
float GetPitch1()
|
Returns the Pitch 1 value.
|
void SetSize2(float value)
|
Sets the Size 2 value
|
float GetSize2()
|
Returns the Size 2 value.
|
void SetPitch2(float value)
|
Sets the Pitch 2 value
|
float GetPitch2()
|
Returns the Pitch 2 value.
|
void SetAlphaMix(int value)
|
Sets the Alpha Mix value.
|
int GetAlphaMix()
|
Returns the Alpha Mix value.
|
void SetInvert(int value)
|
Sets the Invert option. Use TRUE to activate it. Use FALSE to deactivate it.
|
int GetInvert()
|
Returns TRUE, if the Invert option is activated, otherwise FALSE.
|
void ToggleInvert()
|
Toggle the Invert option.
|
void SetMirror(int value)
|
Sets the Mirror option. Use TRUE to activate it. Use FALSE to deactivate it.
|
int GetMirror()
|
Returns TRUE, if the Mirror option is activated, otherwise FALSE.
|
void ToggleMirror()
|
Toggle the Mirror option.
|
void SetTubesVertical(int value)
|
Use TRUE to activate vertical Tubes. Use FALSE to deactivate it.
|
int GetTubesVertical()
|
Returns TRUE if vertical Tubes are activated, otherwise FALSE.
|
void ToggleTubesVertical()
|
Toggle vertical Tubes.
|
void SetTubesHorizontal(int value)
|
Use TRUE to activate horizontal Tubes. Use FALSE to deactivate it.
|
int GetTubesHorizontal()
|
Returns TRUE if horizontal Tubes are activated, otherwise FALSE.
|
void ToggleTubesHorizontal()
|
Toggle horizontal Tubes.
|
void SetTubesDepth(int value)
|
Use TRUE to activate depth Tubes. Use FALSE to deactivate it.
|
int GetTubesDepth()
|
Returns TRUE if depth Tubes are activated, otherwise FALSE.
|
void ToggleTubesDepth()
|
Toggle depth Tubes.
|