Radar Graph에 material check 항목 적용
This commit is contained in:
@@ -39,6 +39,7 @@ namespace friction
|
||||
|
||||
public Dictionary<string, CheckedMaterial> m_CheckedMaterial = new Dictionary<string, CheckedMaterial>();
|
||||
public string m_strCurMaterial = "";
|
||||
public bool m_bOnLoad = false;
|
||||
|
||||
private Config()
|
||||
{
|
||||
@@ -197,6 +198,9 @@ namespace friction
|
||||
|
||||
public void SetSpringChecked(List<string> CheckedItems)
|
||||
{
|
||||
if (m_bOnLoad == true)
|
||||
return;
|
||||
|
||||
m_CheckedMaterial[m_strCurMaterial].m_Springs = CheckedItems;
|
||||
}
|
||||
|
||||
@@ -207,6 +211,9 @@ namespace friction
|
||||
|
||||
public void SetTableChecked(List<string> CheckedItems)
|
||||
{
|
||||
if (m_bOnLoad == true)
|
||||
return;
|
||||
|
||||
m_CheckedMaterial[m_strCurMaterial].m_Tables = CheckedItems;
|
||||
}
|
||||
public List<string> GetTableChecked()
|
||||
|
||||
Reference in New Issue
Block a user