zhibo
parent
ff0aa28556
commit
0e1fd64927
|
@ -130,7 +130,14 @@ namespace GameEditor.Core.DataConfig
|
|||
{
|
||||
for (int i = 0; i < m_Files.Length; i++)
|
||||
{
|
||||
EditorGUILayout.BeginHorizontal();
|
||||
m_Choose[i] = EditorGUILayout.ToggleLeft(m_Files[i], m_Choose[i]);
|
||||
if (i< m_Files.Length-1)
|
||||
{
|
||||
i++;
|
||||
m_Choose[i] = EditorGUILayout.ToggleLeft(m_Files[i], m_Choose[i]);
|
||||
}
|
||||
EditorGUILayout.EndVertical();
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue