AirControl  1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
XCharts.GaugeAxisLine Class Reference
Inheritance diagram for XCharts.GaugeAxisLine:
Collaboration diagram for XCharts.GaugeAxisLine:

Public Member Functions

 GaugeAxisLine (bool show)
 
- Public Member Functions inherited from XCharts.BaseLine
 BaseLine (bool show)
 
void Copy (BaseLine axisLine)
 
LineStyle.Type GetType (LineStyle.Type themeType)
 
float GetWidth (float themeWidth)
 
float GetLength (float themeLength)
 
Color32 GetColor (Color32 themeColor)
 
- Public Member Functions inherited from XCharts.ChartComponent
virtual void SetVerticesDirty ()
 
virtual void ClearVerticesDirty ()
 
virtual void SetComponentDirty ()
 
virtual void ClearComponentDirty ()
 
virtual void ClearDirty ()
 
virtual void SetAllDirty ()
 

Properties

Color32 barColor [get, set]
 进度条颜色。 More...
 
Color32 barBackgroundColor [get, set]
 进度条背景颜色。 More...
 
List< StageColorstageColor [get, set]
 阶段颜色。 More...
 
- Properties inherited from XCharts.BaseLine
bool show [get, set]
 Set this to false to prevent the axis line from showing. 是否显示坐标轴轴线。 More...
 
LineStyle lineStyle [get, set]
 线条样式 More...
 
static BaseLine defaultBaseLine [get]
 
- Properties inherited from XCharts.ChartComponent
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]
 

Additional Inherited Members

- Protected Attributes inherited from XCharts.BaseLine
bool m_Show
 
LineStyle m_LineStyle = new LineStyle()
 
- Protected Attributes inherited from XCharts.ChartComponent
bool m_VertsDirty
 
bool m_ComponentDirty
 
Painter m_Painter
 

Detailed Description

Definition at line 35 of file GaugeAxisLine.cs.

Property Documentation

◆ barBackgroundColor

Color32 XCharts.GaugeAxisLine.barBackgroundColor
getset

进度条背景颜色。

Definition at line 53 of file GaugeAxisLine.cs.

53 { get { return m_BarBackgroundColor; } set { m_BarBackgroundColor = value; } }

◆ barColor

Color32 XCharts.GaugeAxisLine.barColor
getset

进度条颜色。

Definition at line 49 of file GaugeAxisLine.cs.

49 { get { return m_BarColor; } set { m_BarColor = value; } }

◆ stageColor

List<StageColor> XCharts.GaugeAxisLine.stageColor
getset

阶段颜色。

Definition at line 57 of file GaugeAxisLine.cs.

57 { get { return m_StageColor; } set { m_StageColor = value; } }

The documentation for this class was generated from the following file: