| 26 | #if USE_EDITOR |
| 27 | |
| 28 | void SceneLightmapsData::GetCacheFolder(String* result) |
| 29 | { |
| 30 | *result = _scene->GetDataFolderPath() / TEXT("Lightmaps"); |
| 31 | } |
| 32 | |
| 33 | void SceneLightmapsData::GetCachedLightmapPath(String* result, int32 lightmapIndex, int32 textureIndex) |
| 34 | { |
nothing calls this directly
no test coverage detected