Pathfinder  v3.0
The definitive Hacknet programmable modding system
Hacknet.TextureBank Class Reference

Static Public Member Functions

static Texture2D getIfLoaded (string filename)
 
static Texture2D load (string filename, ContentManager content)
 
static void unload (Texture2D tex)
 
static void unloadWithoutRemoval (Texture2D tex)
 

Static Public Attributes

static List< LoadedTexture > textures = new List<LoadedTexture>()
 

Member Function Documentation

◆ getIfLoaded()

static Texture2D Hacknet.TextureBank.getIfLoaded ( string  filename)
static

◆ load()

static Texture2D Hacknet.TextureBank.load ( string  filename,
ContentManager  content 
)
static

◆ unload()

static void Hacknet.TextureBank.unload ( Texture2D  tex)
static

◆ unloadWithoutRemoval()

static void Hacknet.TextureBank.unloadWithoutRemoval ( Texture2D  tex)
static

Member Data Documentation

◆ textures

List<LoadedTexture> Hacknet.TextureBank.textures = new List<LoadedTexture>()
static

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