コード例 #1
0
        public DebugManager(GameStatePlay playState, Entity player)
        {
            _playState      = playState;
            _player         = player;
            _primitiveBatch = new PrimitiveBatch();

            IMGUIManager.Setup();
        }
コード例 #2
0
 public void Update(GameTimer gameTimer)
 {
     IMGUIManager.Update(gameTimer);
 }