![]() |
Pathfinder
v3.0
The definitive Hacknet programmable modding system
|
Classes | |
| struct | FontCongifOption |
Static Public Member Functions | |
| static void | ActivateFontConfig (GuiData.FontCongifOption config) |
| static void | ActivateFontConfig (string configName) |
| static void | doInput (InputState input) |
| static void | doInput () |
| static void | endDraw () |
| static char [] | getFilteredKeys () |
| static KeyboardState | getKeyboadState () |
| static KeyboardState | getLastKeyboadState () |
| static Point | getMousePoint () |
| static Vector2 | getMousePos () |
| static float | getMouseWheelScroll () |
| static void | init (GameWindow window) |
| static void | InitFontOptions (ContentManager content) |
| static bool | isMouseLeftDown () |
| static bool | mouseLeftUp () |
| static bool | mouseWasPressed () |
| static void | setTimeStep (float t) |
| static void | startDraw () |
Static Public Attributes | |
| static SpriteFont | UITinyfont |
| static int | enganged = -1 |
| static SpriteBatch | spriteBatch |
| static SpriteFont | font |
| static SpriteFont | titlefont |
| static SpriteFont | smallfont |
| static SpriteFont | tinyfont |
| static SpriteFont | UISmallfont |
| static SpriteFont | detailfont |
| static int | hot = -1 |
| static bool | blockingInput = false |
| static bool | willBlockTextInput = false |
| static Vector2 | scrollOffset = Vector2.Zero |
| static float | lastTimeStep = 0.016f |
| static List< GuiData.FontCongifOption > | FontConfigs = new List<GuiData.FontCongifOption>() |
| static Dictionary< string, List< GuiData.FontCongifOption > > | LocaleFontConfigs = new Dictionary<string, List<GuiData.FontCongifOption>>() |
| static GuiData.FontCongifOption | ActiveFontConfig = default(GuiData.FontCongifOption) |
| static bool | blockingTextInput = false |
| static int | active = -1 |
| static Color | Default_Trans_Grey_Solid = new Color(100, 100, 100, 255) |
| static Vector2 | temp = default(Vector2) |
| static Color | tmpColor = default(Color) |
| static Rectangle | tmpRect = default(Rectangle) |
| static MouseState | lastMouse |
| static MouseState | mouse |
| static InputState | lastInput |
| static Color | Default_Selected_Color = new Color(0, 166, 235) |
| static int | lastMouseWheelPos = -1 |
| static Color | Default_Backing_Color = new Color(30, 30, 50, 100) |
| static Color | Default_Unselected_Color = new Color(255, 128, 0) |
| static Color | Default_Lit_Backing_Color = new Color(255, 199, 41, 100) |
| static Color | Default_Dark_Neutral_Color = new Color(10, 10, 15, 200) |
| static Color | Default_Dark_Background_Color = new Color(40, 40, 45, 180) |
| static Color | Default_Trans_Grey = new Color(30, 30, 30, 100) |
| static Color | Default_Trans_Grey_Bright = new Color(60, 60, 60, 100) |
| static Color | Default_Trans_Grey_Dark = new Color(20, 20, 20, 200) |
| static Color | Default_Trans_Grey_Strong = new Color(80, 80, 80, 100) |
| static Color | Default_Light_Backing_Color = new Color(80, 80, 100, 255) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |