![]() |
AirControl
1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
|


Public Member Functions | |
| RadiusAxisTheme (Theme theme) | |
Public Member Functions inherited from XCharts.BaseAxisTheme | |
| BaseAxisTheme (Theme theme) | |
| void | Copy (BaseAxisTheme theme) |
Public Member Functions inherited from XCharts.ComponentTheme | |
| ComponentTheme (Theme theme) | |
| virtual void | Copy (ComponentTheme theme) |
| virtual void | Reset (ComponentTheme defaultTheme) |
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 () |
Additional Inherited Members | |
Protected Attributes inherited from XCharts.BaseAxisTheme | |
| 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>() |
Protected Attributes inherited from XCharts.ComponentTheme | |
| Font | m_Font |
| Color | m_TextColor |
| Color | m_TextBackgroundColor |
| int | m_FontSize = 18 |
Protected Attributes inherited from XCharts.ChartComponent | |
| bool | m_VertsDirty |
| bool | m_ComponentDirty |
| Painter | m_Painter |
Properties inherited from XCharts.BaseAxisTheme | |
| 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] |
Properties inherited from XCharts.ComponentTheme | |
| 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... | |
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] |
Definition at line 209 of file AxisTheme.cs.