Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ClearHeightmapCache
Method
ClearHeightmapCache
Source/Engine/Terrain/TerrainPatch.cpp:1208–1212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1206
}
1207
1208
void TerrainPatch::ClearHeightmapCache()
1209
{
1210
PROFILE_CPU_NAMED(
"Terrain.ClearHeightmapCache"
);
1211
_cachedHeightMap.Clear();
1212
}
1213
1214
byte* TerrainPatch::GetHolesMaskData()
1215
{
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected