![]() |
AirControl
1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
|
the title of serie. 标题相关设置。 More...


Public Member Functions | |
| override void | ClearComponentDirty () |
| bool | IsInited () |
| void | SetActive (bool active) |
| void | UpdatePosition (Vector3 pos) |
| void | SetText (string text) |
| void | SetColor (Color color) |
Public Member Functions inherited from XCharts.ChartComponent | |
| virtual void | SetVerticesDirty () |
| virtual void | ClearVerticesDirty () |
| virtual void | SetComponentDirty () |
| virtual void | ClearDirty () |
| virtual void | SetAllDirty () |
Properties | |
| bool | show [get, set] |
| Whether to show title. 是否显示标题。 More... | |
| TextStyle | textStyle [get, set] |
| the color of text. 文本的颜色。 More... | |
| override bool | componentDirty [get] |
| ChartText | runtimeText [get, set] |
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 title of serie. 标题相关设置。
Definition at line 21 of file TitleStyle.cs.
|
getset |
Whether to show title. 是否显示标题。
Definition at line 32 of file TitleStyle.cs.
|
getset |
the color of text. 文本的颜色。
Definition at line 42 of file TitleStyle.cs.