mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 06:50:18 +00:00
优化组件非配置参数变量的命名和访问权限
This commit is contained in:
@@ -21,7 +21,7 @@ namespace XCharts
|
||||
/// <returns></returns>
|
||||
public string jsonData { get { return m_JsonData; } set { m_JsonData = value; ParseJsonData(value); } }
|
||||
|
||||
public void OnAfterDeserialize()
|
||||
internal void OnAfterDeserialize()
|
||||
{
|
||||
if (m_DataFromJson)
|
||||
{
|
||||
@@ -30,7 +30,7 @@ namespace XCharts
|
||||
}
|
||||
}
|
||||
|
||||
public void OnBeforeSerialize()
|
||||
internal void OnBeforeSerialize()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user