Pathfinder  v3.0
The definitive Hacknet programmable modding system
Hacknet.Game1 Class Reference
+ Inheritance diagram for Hacknet.Game1:

Public Member Functions

Game1 getSingleton ()
 
void setWindowPosition (Vector2 pos)
 

Public Attributes

GraphicsDeviceManager graphics
 
GraphicsDeviceInformation graphicsInfo
 
ScreenManager sman
 

Static Public Attributes

static bool threadsExiting
 
static CultureInfo culture
 Current CultureInfo of the game. More...
 
static CultureInfo OriginalCultureInfo
 Original CultureInfo? More...
 
static string AutoLoadExtensionPath
 

Member Function Documentation

◆ getSingleton()

Game1 Hacknet.Game1.getSingleton ( )

◆ setWindowPosition()

void Hacknet.Game1.setWindowPosition ( Vector2  pos)

Member Data Documentation

◆ AutoLoadExtensionPath

string Hacknet.Game1.AutoLoadExtensionPath
static

◆ culture

CultureInfo Hacknet.Game1.culture
static

◆ graphics

GraphicsDeviceManager Hacknet.Game1.graphics

◆ graphicsInfo

GraphicsDeviceInformation Hacknet.Game1.graphicsInfo

◆ OriginalCultureInfo

CultureInfo Hacknet.Game1.OriginalCultureInfo
static

◆ sman

ScreenManager Hacknet.Game1.sman

◆ threadsExiting

bool Hacknet.Game1.threadsExiting
static

The documentation for this class was generated from the following file: