16    public float[] 
stats = 
new float[5];
 
   28    private float fix1 = 72.5f;
 
   48        float[] array = 
new float[5];
 
   49        for (
int i = 0; i < 5; i++)
 
   58        float num = MathF.PI * 2f / 5f;
 
   59        float num2 = MathF.PI / 2f - 
fix1 * (MathF.PI / 180f);
 
   60        for (
int j = 0; j < 5; j++)
 
   62            Vector2 point = 
new Vector2(Mathf.Cos(num2 - num * (
float)j) * vector.x + 
chartCenter.x, Mathf.Sin(num2 - num * (
float)j) * vector.y + 
chartCenter.y);
 
Color chartColorStrokeInner
 
PrimitiveCanvas primitiveCanvas
 
Color chartColorBackground
 
StrokeStyle strokeSegment
 
StrokeStyle chartSegmentsStroke
 
StrokeStyle chartOuterStroke
 
StrokeStyle strokeOutline
 
StrokeStyle chartMarksStroke
 
void DrawRegularSolid(Vector2 center, float radius, int sides, Color fillColor)
 
void DrawIrregularSolid(Vector2 center, float[] radii, Color fillColor)
 
void DrawLine(Vector2 point1, Vector2 point2)