19 [SerializeField]
protected bool m_Show;
28 get {
return m_Show; }
29 set {
if (PropertyUtil.SetStruct(ref m_Show, value)) SetVerticesDirty(); }
36 get {
return m_LineStyle; }
37 set {
if (value !=
null) { m_LineStyle = value; SetVerticesDirty(); } }
40 public static BaseLine defaultBaseLine
58 public BaseLine(
bool show) : base()
63 public void Copy(BaseLine axisLine)
69 public LineStyle.Type GetType(LineStyle.Type themeType)
74 public float GetWidth(
float themeWidth)
79 public float GetLength(
float themeLength)
84 public Color32 GetColor(Color32 themeColor)