Skyscraper 2.0
|
#include <texture.h>
Public Attributes | |
std::string | name |
std::string | material_name |
std::string | filename |
Real | widthmult |
Real | heightmult |
bool | enable_force |
bool | force_mode |
int | dependencies |
size_t | tex_size |
size_t | mat_size |
int SBS::TextureManager::TextureInfo::dependencies |
Definition at line 129 of file texture.h.
Referenced by SBS::TextureManager::IncrementTextureUsage(), Skyscraper::TextureManager::On_bUnload_Click(), Skyscraper::TextureManager::On_TextureList_Select(), and SBS::TextureManager::RegisterTextureInfo().
bool SBS::TextureManager::TextureInfo::enable_force |
Definition at line 127 of file texture.h.
Referenced by Skyscraper::TextureManager::On_bSave_Click(), Skyscraper::TextureManager::On_TextureList_Select(), and SBS::TextureManager::RegisterTextureInfo().
std::string SBS::TextureManager::TextureInfo::filename |
Definition at line 124 of file texture.h.
Referenced by Skyscraper::TextureManager::On_TextureList_Select(), and SBS::TextureManager::RegisterTextureInfo().
bool SBS::TextureManager::TextureInfo::force_mode |
Definition at line 128 of file texture.h.
Referenced by Skyscraper::TextureManager::On_bSave_Click(), Skyscraper::TextureManager::On_TextureList_Select(), and SBS::TextureManager::RegisterTextureInfo().
Real SBS::TextureManager::TextureInfo::heightmult |
Definition at line 126 of file texture.h.
Referenced by Skyscraper::TextureManager::On_bSave_Click(), Skyscraper::TextureManager::On_TextureList_Select(), and SBS::TextureManager::RegisterTextureInfo().
size_t SBS::TextureManager::TextureInfo::mat_size |
Definition at line 131 of file texture.h.
Referenced by SBS::TextureManager::RegisterTextureInfo().
std::string SBS::TextureManager::TextureInfo::material_name |
Definition at line 123 of file texture.h.
Referenced by Skyscraper::TextureManager::On_bUnload_Click(), Skyscraper::TextureManager::On_TextureList_Select(), and SBS::TextureManager::RegisterTextureInfo().
std::string SBS::TextureManager::TextureInfo::name |
Definition at line 122 of file texture.h.
Referenced by Skyscraper::TextureManager::Loop(), Skyscraper::TextureManager::On_bExport_Click(), Skyscraper::TextureManager::On_bSave_Click(), Skyscraper::TextureManager::On_bUnload_Click(), Skyscraper::TextureManager::On_TextureList_Select(), and SBS::TextureManager::RegisterTextureInfo().
size_t SBS::TextureManager::TextureInfo::tex_size |
Definition at line 130 of file texture.h.
Referenced by SBS::TextureManager::RegisterTextureInfo().
Real SBS::TextureManager::TextureInfo::widthmult |
Definition at line 125 of file texture.h.
Referenced by Skyscraper::TextureManager::On_bSave_Click(), Skyscraper::TextureManager::On_TextureList_Select(), and SBS::TextureManager::RegisterTextureInfo().