Ejemplo n.º 1
0
        public override void Initialize()
        {
            //------------------------------------------------------------
            // Set up GC window stuff. GC window is the default feature of
            // the SimpleEngine.
            //
            gcGraphWindow.X      = safeRegion.SafeDimensions.X;
            gcGraphWindow.Y      = safeRegion.SafeDimensions.Y;
            gcGraphWindow.Width  = (int)(safeRegion.SafeHeight * 1.0f);
            gcGraphWindow.Height = 140;

            debugGraphManager.Initialize();
        }