MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Init

Method Init

Source/Engine/Navigation/NavCrowd.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26bool NavCrowd::Init(float maxAgentRadius, int32 maxAgents, NavMesh* navMesh)
27{
28 NavMeshRuntime* navMeshRuntime = navMesh ? navMesh->GetRuntime() : NavMeshRuntime::Get();
29 return Init(maxAgentRadius, maxAgents, navMeshRuntime);
30}
31
32bool NavCrowd::Init(const NavAgentProperties& agentProperties, int32 maxAgents)
33{

Callers

nothing calls this directly

Calls 7

IsInMainThreadFunction · 0.85
GetRuntimeMethod · 0.80
GetNavMeshMethod · 0.80
WaitForLoadedMethod · 0.80
GetFunction · 0.50
InitFunction · 0.50
initMethod · 0.45

Tested by

no test coverage detected