Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetPatch
Method
GetPatch
Source/Engine/Terrain/Terrain.cpp:319–322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
}
318
319
TerrainPatch* Terrain::GetPatch(const Int2& patchCoord) const
320
{
321
return GetPatch(patchCoord.X, patchCoord.Y);
322
}
323
324
TerrainPatch* Terrain::GetPatch(int32 x, int32 z) const
325
{
Callers
15
cacheStaticGeometryTree
Function · 0.80
updateEntries
Method · 0.80
onJobRender
Method · 0.80
Rasterize
Method · 0.80
RayCast
Method · 0.80
CacheNeighbors
Method · 0.80
Delete
Method · 0.80
Search
Method · 0.80
TryGetPatchCoordToAdd
Method · 0.80
GenerateTerrain
Method · 0.80
SerializePatch
Method · 0.80
DeserializePatch
Method · 0.80
Calls
2
GetPatch
Function · 0.70
Count
Method · 0.45
Tested by
no test coverage detected