Example #1
0
        public static void CreateDebugPrimitives()
        {
            // This is the green grid, which is just hardcoded lel
            DbgPrim_Grid           = new DbgPrimWireGrid(Color.Green, Color.Lime * 0.5f, 10, 1);
            DbgPrim_Grid.Transform = Transform.Default;


            // If you want to disable the grid on launch uncomment the next line.
            //ShowGrid = false;

            // If you want the menu to be CLOSED on launch uncomment the next line.
            DbgMenus.DbgMenuItem.MenuOpenState = DbgMenus.DbgMenuOpenState.Closed;


            // Put stuff below for testing:
        }