Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetRuntime
Method
GetRuntime
Source/Engine/Navigation/NavMesh.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
NavMeshRuntime* NavMesh::GetRuntime(bool createIfMissing) const
88
{
89
return NavMeshRuntime::Get(Properties, createIfMissing);
90
}
91
92
void NavMesh::AddTiles()
93
{
Callers
3
Init
Method · 0.80
BuildTileAsync
Function · 0.80
BuildDirtyBounds
Function · 0.80
Calls
1
Get
Function · 0.50
Tested by
no test coverage detected