![]() |
Botcraft 1.21.4
|
Public Member Functions | |
const unsigned char | Get (const int x, const int y, const int c) const |
Public Attributes | |
int | width |
int | height |
int | depth |
std::string | identifier |
bool | animated |
std::vector< unsigned char > | data |
|
inline |
bool Botcraft::Renderer::Texture::animated |
Definition at line 27 of file Atlas.cpp.
Referenced by Botcraft::Renderer::Atlas::LoadData().
std::vector<unsigned char> Botcraft::Renderer::Texture::data |
Definition at line 28 of file Atlas.cpp.
Referenced by Get(), and Botcraft::Renderer::Atlas::LoadData().
int Botcraft::Renderer::Texture::depth |
Definition at line 25 of file Atlas.cpp.
Referenced by Get(), and Botcraft::Renderer::Atlas::LoadData().
int Botcraft::Renderer::Texture::height |
Definition at line 24 of file Atlas.cpp.
Referenced by Botcraft::Renderer::Atlas::LoadData().
std::string Botcraft::Renderer::Texture::identifier |
Definition at line 26 of file Atlas.cpp.
Referenced by Botcraft::Renderer::Atlas::LoadData().
int Botcraft::Renderer::Texture::width |
Definition at line 23 of file Atlas.cpp.
Referenced by Get(), and Botcraft::Renderer::Atlas::LoadData().