|
| GaugeAxisTheme (Theme theme) |
|
void | Copy (GaugeAxisTheme theme) |
|
| BaseAxisTheme (Theme theme) |
|
void | Copy (BaseAxisTheme theme) |
|
| ComponentTheme (Theme theme) |
|
virtual void | Copy (ComponentTheme theme) |
|
virtual void | Reset (ComponentTheme defaultTheme) |
|
virtual void | SetVerticesDirty () |
|
virtual void | ClearVerticesDirty () |
|
virtual void | SetComponentDirty () |
|
virtual void | ClearComponentDirty () |
|
virtual void | ClearDirty () |
|
virtual void | SetAllDirty () |
|
|
Color32 | barBackgroundColor [get, set] |
| 进度条背景颜色。 More...
|
|
List< StageColor > | stageColor [get, set] |
| 阶段颜色。 More...
|
|
LineStyle.Type | lineType [get, set] |
| the type of line. 坐标轴线类型。 More...
|
|
float | lineWidth [get, set] |
| the width of line. 坐标轴线宽。 More...
|
|
float | lineLength [get, set] |
| the length of line. 坐标轴线长。 More...
|
|
Color32 | lineColor [get, set] |
| the color of line. 坐标轴线颜色。 More...
|
|
LineStyle.Type | splitLineType [get, set] |
| the type of split line. 分割线线类型。 More...
|
|
float | splitLineWidth [get, set] |
| the width of split line. 分割线线宽。 More...
|
|
float | splitLineLength [get, set] |
| the length of split line. 分割线线长。 More...
|
|
Color32 | splitLineColor [get, set] |
| the color of line. 分割线线颜色。 More...
|
|
float | tickLength [get, set] |
| the length of tick. 刻度线线长。 More...
|
|
float | tickWidth [get, set] |
| the width of tick. 刻度线线宽。 More...
|
|
Color32 | tickColor [get, set] |
| the color of tick. 坐标轴线颜色。 More...
|
|
List< Color32 > | splitAreaColors [get, set] |
|
Font | font [get, set] |
| the font of text. 字体。 More...
|
|
Color | textColor [get, set] |
| the color of text. 文本颜色。 More...
|
|
Color | textBackgroundColor [get, set] |
| the color of text. 文本颜色。 More...
|
|
int | fontSize [get, set] |
| the font size of text. 文本字体大小。 More...
|
|
virtual bool | vertsDirty [get] |
| 图表重绘标记。 More...
|
|
virtual bool | componentDirty [get] |
| 组件重新初始化标记。 More...
|
|
bool | anyDirty [get] |
| 需要重绘图表或重新初始化组件。 More...
|
|
Painter | painter [get, set] |
|
Action | refreshComponent [get, set] |
|
GameObject | gameObject [get, set] |
|
|
LineStyle.Type | m_LineType = LineStyle.Type.Solid |
|
float | m_LineWidth = 1f |
|
float | m_LineLength = 0f |
|
Color32 | m_LineColor |
|
LineStyle.Type | m_SplitLineType = LineStyle.Type.Dashed |
|
float | m_SplitLineWidth = 1f |
|
float | m_SplitLineLength = 0f |
|
Color32 | m_SplitLineColor |
|
float | m_TickWidth = 1f |
|
float | m_TickLength = 5f |
|
Color32 | m_TickColor |
|
List< Color32 > | m_SplitAreaColors = new List<Color32>() |
|
Font | m_Font |
|
Color | m_TextColor |
|
Color | m_TextBackgroundColor |
|
int | m_FontSize = 18 |
|
bool | m_VertsDirty |
|
bool | m_ComponentDirty |
|
Painter | m_Painter |
|
Definition at line 15 of file GaugeAxisTheme.cs.
◆ barBackgroundColor
Color32 XCharts.GaugeAxisTheme.barBackgroundColor |
|
getset |
进度条背景颜色。
Definition at line 28 of file GaugeAxisTheme.cs.
28 {
get {
return m_BarBackgroundColor; }
set { m_BarBackgroundColor = value; } }
◆ stageColor
List<StageColor> XCharts.GaugeAxisTheme.stageColor |
|
getset |
阶段颜色。
Definition at line 32 of file GaugeAxisTheme.cs.
32 {
get {
return m_StageColor; }
set { m_StageColor = value; } }
The documentation for this class was generated from the following file: