Function TRAP::Graphics::TextureManager::Contains#
Function Documentation#
-
bool TRAP::Graphics::TextureManager::Contains(std::string_view name)#
Check whether a texture is in the TextureManager.
- Parameters:
name – Name of texture to check.
- Returns:
True if texture is in TextureManager, false otherwise.