IContext_DG Interface
- GetParamCount
- GetInt
- SetInt
- GetDouble
- SetDouble
- GetBool
- SetBool
- GetString
- SetString
- Get
- Set
- GetColor
- SetColor
- Reset
Represents an indexed collection of parameters. An important use case is the Context of DGK Controls.
int GetParamCount(ContextParamType_DG type)
int GetInt(int id)
void SetInt(int id, int val)
double GetDouble(int id)
void SetDouble(int id, double val)
bool GetBool(int id)
void SetBool(int id, bool val)
String GetString(int id)
void SetString(int id, String val)
Object Get(int id)
void Set(int id, Object param)
Color GetColor(int id)
void SetColor(int id, Color color)
void Reset()
|