![]() |
AirControl
1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
|
Split line of axis in grid area. 坐标轴在 grid 区域中的分隔线。 More...
Public Member Functions | |
override void | ClearVerticesDirty () |
AxisSplitLine | Clone () |
void | Copy (AxisSplitLine splitLine) |
![]() | |
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) |
![]() | |
virtual void | SetVerticesDirty () |
virtual void | SetComponentDirty () |
virtual void | ClearComponentDirty () |
virtual void | ClearDirty () |
virtual void | SetAllDirty () |
Properties | |
int | interval [get, set] |
override bool | vertsDirty [get] |
static AxisSplitLine | defaultSplitLine [get] |
![]() | |
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] |
![]() | |
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 | |
![]() | |
bool | m_Show |
LineStyle | m_LineStyle = new LineStyle() |
![]() | |
bool | m_VertsDirty |
bool | m_ComponentDirty |
Painter | m_Painter |
Split line of axis in grid area. 坐标轴在 grid 区域中的分隔线。
Definition at line 18 of file AxisSplitLine.cs.