|
| CTextureBundle (bool useXBT) |
|
void | SetThemeBundle (bool themeBundle) |
|
bool | HasFile (const std::string &Filename) |
|
std::vector< std::string > | GetTexturesFromPath (const std::string &path) |
|
std::optional< CTextureBundleXBT::Texture > | LoadTexture (const std::string &filename) |
| Load texture from bundle. More...
|
|
std::optional< CTextureBundleXBT::Animation > | LoadAnim (const std::string &filename) |
| Load animation from bundle. More...
|
|
void | Close () |
|
|
static std::string | Normalize (std::string name) |
|
◆ LoadAnim()
Load animation from bundle.
- Parameters
-
[in] | filename | name of the animation to load |
- Returns
- std::optional<CTextureBundleXBT::Animation> if animation was loaded
◆ LoadTexture()
Load texture from bundle.
- Parameters
-
[in] | filename | name of the texture to load |
- Returns
- std::optional<CTextureBundleXBT::Texture> if texture was loaded
The documentation for this class was generated from the following files: