コード例 #1
0
ファイル: UIManager.cs プロジェクト: ww386362087/uLab
 public static void RegisterWindow(string filePath, int showMode, int openAction, int backgroundMode)
 {
     GameUI.AddWindowInfo(filePath, (ui.ShowMode)showMode, (ui.OpenAction)openAction, (ui.BackgroundMode)backgroundMode);
 }