コード例 #1
0
 protected void CloseStandartBack()
 {
     SpiralEditor.EndPanel();
 }
コード例 #2
0
 public static void DrawLanguageSelect()
 {
     SpiralEditor.BeginPanel(GroupType.Vertical);
     language = (Language)EditorGUILayout.EnumPopup(strLocal, language);
     SpiralEditor.EndPanel();
 }