41 sliderAka.onValueChanged.AddListener(delegate
65 float num = barChartBounds.height / 9f;
66 for (
int i = 0; i < 8; i++)
68 float y = barChartBounds.yMin + (float)(i + 1) * num;
72 float num3 = (barChartBounds.width - num2 * 4f) / 5f;
81 Vector2[] points =
new Vector2[3]
88 float num4 = sliderAka.value + sliderBlauw.value + sliderGelb.value +
sliderVerde.value;
90 float num6 = sliderAka.value / num4 * 360f;
93 num6 = sliderBlauw.value / num4 * 360f;
96 num6 = sliderGelb.value / num4 * 360f;
99 num6 = sliderVerde.value / num4 * 360f;
StrokeStyle barChartBgStroke
StrokeStyle barChartAxisStroke
PrimitiveCanvas primitiveCanvas
void DrawPath(Vector2[] points)
void DrawCircle(Vector2 center, float radius, Color fillColor)
void DrawLine(Vector2 point1, Vector2 point2)
void DrawRectangle(float x, float y, float width, float height, Color fillColor)