![]() |
CsoundUnity 3.4.0
https://github.com/rorywalsh/CsoundUnity
|
Utility class for controller and channels More...
Public Member Functions | |
void | SetRange (float uMin, float uMax, float uValue=0f, float uSkew=1f, float uIncrement=0.01f) |
CsoundChannelController | Clone () |
Public Attributes | |
string | type = "" |
string | channel = "" |
string | text = "" |
string | caption = "" |
float | min |
float | max |
float | value |
float | skew |
float | increment |
string[] | options |
Utility class for controller and channels
Definition at line 50 of file CsoundUnity.cs.
CsoundChannelController CsoundChannelController.Clone | ( | ) |
Definition at line 72 of file CsoundUnity.cs.
void CsoundChannelController.SetRange | ( | float | uMin, |
float | uMax, | ||
float | uValue = 0f , |
||
float | uSkew = 1f , |
||
float | uIncrement = 0.01f |
||
) |
Definition at line 63 of file CsoundUnity.cs.
string CsoundChannelController.caption = "" |
Definition at line 55 of file CsoundUnity.cs.
string CsoundChannelController.channel = "" |
Definition at line 53 of file CsoundUnity.cs.
float CsoundChannelController.increment |
Definition at line 60 of file CsoundUnity.cs.
float CsoundChannelController.max |
Definition at line 57 of file CsoundUnity.cs.
float CsoundChannelController.min |
Definition at line 56 of file CsoundUnity.cs.
string [] CsoundChannelController.options |
Definition at line 61 of file CsoundUnity.cs.
float CsoundChannelController.skew |
Definition at line 59 of file CsoundUnity.cs.
string CsoundChannelController.text = "" |
Definition at line 54 of file CsoundUnity.cs.
string CsoundChannelController.type = "" |
Definition at line 52 of file CsoundUnity.cs.
float CsoundChannelController.value |
Definition at line 58 of file CsoundUnity.cs.