Inheritance: FlatRedBall.Gui.InfoBar
コード例 #1
0
ファイル: GuiData.cs プロジェクト: vchelaru/FlatRedBall
 private static void CreateInfoBar()
 {
     mInfoBar = new InfoBarWindow(GuiManager.Cursor);
     GuiManager.AddWindow(mInfoBar);
 }
コード例 #2
0
ファイル: GuiData.cs プロジェクト: profexorgeek/FlatRedBall
 private static void CreateInfoBar()
 {
     mInfoBar = new InfoBarWindow(GuiManager.Cursor);
     GuiManager.AddWindow(mInfoBar);
 }