Property | Type | Description | |
---|---|---|---|
Colors | List |
||
Height | float | ||
Title | string | ||
Triangles | List |
||
Vertices | List |
||
Width | float | ||
scrollArea | ScrollArea |
Method | Description | |
---|---|---|
AddTriangle ( |
||
AddValue ( float val ) : void | ||
AddValues ( float values ) : void | ||
Create ( ) : void | ||
CreateLabel ( string id, string str, |
||
CreateLabels ( ) : void | ||
GetValue ( int index ) : float | ||
RemoveValues ( ) : void | ||
SetColor ( int index, |
||
SetLabel ( int index, string newLabel ) : void | ||
SetValue ( int index, float value ) : void | ||
UIChartPie ( |
Method | Description | |
---|---|---|
Angle ( |
public AddTriangle ( |
||
p1 | ||
p2 | ||
p3 | ||
color1 | ||
color2 | ||
return | void |
public CreateLabel ( string id, string str, |
||
id | string | |
str | string | |
pos | ||
size | int | |
color | ||
sortingOrder | int | |
alignement | TextAlignment | |
anchor | TextAnchor | |
return | void |
public SetColor ( int index, |
||
index | int | |
color1 | ||
color2 | ||
return | void |
public SetLabel ( int index, string newLabel ) : void | ||
index | int | |
newLabel | string | |
return | void |
public SetValue ( int index, float value ) : void | ||
index | int | |
value | float | |
return | void |
public UIChartPie ( |
||
gameObject | ||
return | UnityEngine |