MCPcopy 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
87NavMeshRuntime* NavMesh::GetRuntime(bool createIfMissing) const
88{
89 return NavMeshRuntime::Get(Properties, createIfMissing);
90}
91
92void NavMesh::AddTiles()
93{

Callers 3

InitMethod · 0.80
BuildTileAsyncFunction · 0.80
BuildDirtyBoundsFunction · 0.80

Calls 1

GetFunction · 0.50

Tested by

no test coverage detected