Function TRAP::Graphics::SpriteManager::ContainsByPath#
Function Documentation#
-
bool TRAP::Graphics::SpriteManager::ContainsByPath(const std::filesystem::path &path)#
Check whether a sprite exists by path.
- Parameters:
path – Path of sprite to check.
- Returns:
True if sprite exists, false otherwise.