MCPcopy 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
1208void TerrainPatch::ClearHeightmapCache()
1209{
1210 PROFILE_CPU_NAMED("Terrain.ClearHeightmapCache");
1211 _cachedHeightMap.Clear();
1212}
1213
1214byte* TerrainPatch::GetHolesMaskData()
1215{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected