![]() |
AirControl
1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
|
the name of axis. 坐标轴名称。 More...


Public Types | |
| enum | Location { Start, Middle, End } |
| the location of axis name. 坐标轴名称显示位置。 More... | |
Public Member Functions | |
| AxisName | Clone () |
| void | Copy (AxisName axisName) |
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 | |
| bool | show [get, set] |
| Whether to show axis name. 是否显示坐标名称。 More... | |
| string | name [get, set] |
| the name of axis. 坐标轴名称。 More... | |
| Location | location [get, set] |
| Location of axis name. 坐标轴名称显示位置。 More... | |
| TextStyle | textStyle [get, set] |
| The text style of axis name. 文本样式。 More... | |
| static AxisName | defaultAxisName [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.ChartComponent | |
| bool | m_VertsDirty |
| bool | m_ComponentDirty |
| Painter | m_Painter |
the name of axis. 坐标轴名称。
Definition at line 18 of file AxisName.cs.
|
strong |
the location of axis name. 坐标轴名称显示位置。
Definition at line 24 of file AxisName.cs.
|
getset |
Location of axis name. 坐标轴名称显示位置。
Definition at line 58 of file AxisName.cs.
|
getset |
the name of axis. 坐标轴名称。
Definition at line 49 of file AxisName.cs.
|
getset |
Whether to show axis name. 是否显示坐标名称。
Definition at line 40 of file AxisName.cs.
|
getset |
The text style of axis name. 文本样式。
Definition at line 68 of file AxisName.cs.