Torque2D Reference
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | List of all members
TextureDictionary Class Reference

#include <TextureDictionary.h>

Static Public Member Functions

static void create ()
 
static void destroy ()
 
static void insert (TextureObject *object)
 
static TextureObjectfind (StringTableEntry textureKey)
 
static TextureObjectfind (StringTableEntry textureKey, TextureHandle::TextureHandleType type, bool clamp)
 
static void remove (TextureObject *object)
 

Static Public Attributes

static TextureObject ** smTable = NULL
 
static TextureObjectTextureObjectChain = NULL
 
static U32 smHashTableSize = 0
 

Member Function Documentation

◆ create()

void create ( )
static

◆ destroy()

void destroy ( )
static

◆ find() [1/2]

TextureObject * find ( StringTableEntry  textureKey)
static

◆ find() [2/2]

TextureObject * find ( StringTableEntry  textureKey,
TextureHandle::TextureHandleType  type,
bool  clamp 
)
static

◆ insert()

void insert ( TextureObject object)
static

◆ remove()

void remove ( TextureObject object)
static

Member Data Documentation

◆ smHashTableSize

U32 smHashTableSize = 0
static

◆ smTable

TextureObject ** smTable = NULL
static

◆ TextureObjectChain

TextureObject * TextureObjectChain = NULL
static

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