Exemplo n.º 1
0
        public DiagnosticsManager(Game game)
        {
            ui      = new DiagnosticsUI(game, this);
            host    = new DiagnosticsCommandHost(ui);
            fps     = new FPSCounter(game, this);
            ruler   = new TimeRuler(game, this);
            factory = new GameComponentFactory(game, this);

            InitBasicCommands();
        }
Exemplo n.º 2
0
        public DiagnosticsManager(Game game)
        {
            ui = new DiagnosticsUI(game, this);
            host = new DiagnosticsCommandHost(ui);
            fps = new FPSCounter(game, this);
            ruler = new TimeRuler(game, this);
            factory = new GameComponentFactory(game, this);

            InitBasicCommands();
        }