![]() |
Kerbal Space Program
1.12.4
|
3D pie chart control More...
Classes | |
| class | Slice |
Public Member Functions | |
| delegate void | OnInputDelegate (Slice slice) |
| void | SetSlices (List< Slice > slices) |
| Sets the list of slices for the chart More... | |
| void | UpdateChart () |
| Updates the chart based on current slice list More... | |
Public Attributes | |
| float | depth |
| Depth of the chart More... | |
| Material | material |
| Material to use for the slices More... | |
| float | radius |
| Pie chart radius More... | |
| int | resolution |
| Minimum resolution of the circle More... | |
| List< Slice > | slices |
| List of pie slices More... | |
3D pie chart control
| delegate void PieChart.OnInputDelegate | ( | Slice | slice | ) |
|
inline |
Sets the list of slices for the chart
| slices |
|
inline |
Updates the chart based on current slice list
< mesh stuff
< find out at what fraction we want our slice to end
| float PieChart.depth |
Depth of the chart
| Material PieChart.material |
Material to use for the slices
| float PieChart.radius |
Pie chart radius
| int PieChart.resolution |
Minimum resolution of the circle
| List<Slice> PieChart.slices |
List of pie slices
1.8.7