mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-21 16:00:24 +00:00
3.0 - optimize code
This commit is contained in:
@@ -7,7 +7,7 @@ namespace XCharts.Runtime
|
||||
[System.Serializable]
|
||||
public class ChildComponent
|
||||
{
|
||||
public int index { get; set; }
|
||||
public virtual int index { get; set; }
|
||||
[NonSerialized] protected bool m_VertsDirty;
|
||||
[NonSerialized] protected bool m_ComponentDirty;
|
||||
[NonSerialized] protected Painter m_Painter;
|
||||
|
||||
Reference in New Issue
Block a user