TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ SaveTexture()

std::string ProjectManager::SaveTexture ( Texture2D texture)

Definition at line 92 of file ProjectData.cpp.

93{
94 return SaveResource("textures", texture->GetPath());
95}