AtlasCollection

Members

Functions

add
void add(string name, string file, size_t atlas)

Add texture to the atlas from a file

add
void add(string name, ShallowTexture shallowTexture, size_t atlas)

Add texture to the atlas collection

has
bool has(string name)

Gets whether the atlas has the specified name

opIndex
AtlasIndex opIndex(string name)

Gets the uv and atlas pointer for the index

remove
void remove(string name)

Remove named texture

setFiltering
void setFiltering(Filtering filtering)

Sets the filtering mode for the collection

Meta