Kerbal Space Program
1.12.4
|
Public Member Functions | |
void | AddOnExit (OnInputDelegate onExit) |
void | AddOnOver (OnInputDelegate onOver) |
void | AddOnTap (OnInputDelegate onTap) |
void | RemoveOnExit (OnInputDelegate onExit) |
void | RemoveOnOver (OnInputDelegate onOver) |
void | RemoveOnTap (OnInputDelegate onTap) |
Slice (string name, float fraction, Color color) | |
Slice (string name, int id, float fraction, Color color) | |
Slice (int id, float fraction, Color color) | |
Public Attributes | |
Color | color |
object | Data |
float | fraction |
int | id |
Material | material |
Mesh | mesh |
string | name |
OnInputDelegate | onExit |
OnInputDelegate | onOver |
OnInputDelegate | onTap |
PieChartSlice | slice |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Color PieChart.Slice.color |
object PieChart.Slice.Data |
float PieChart.Slice.fraction |
int PieChart.Slice.id |
Material PieChart.Slice.material |
Mesh PieChart.Slice.mesh |
string PieChart.Slice.name |
OnInputDelegate PieChart.Slice.onExit |
OnInputDelegate PieChart.Slice.onOver |
OnInputDelegate PieChart.Slice.onTap |
PieChartSlice PieChart.Slice.slice |