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

Method Get

Source/Engine/Navigation/Navigation.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31NavMeshRuntime* NavMeshRuntime::Get()
32{
33 return NavMeshes.Count() != 0 ? NavMeshes[0] : nullptr;
34}
35
36NavMeshRuntime* NavMeshRuntime::Get(const StringView& navMeshName)
37{

Callers 15

CloneAllocNameFunction · 0.45
ReadNetworkIdMethod · 0.45
ReadNetworkNameMethod · 0.45
ClearMethod · 0.45
UpdateMethod · 0.45
ResolveObjectFunction · 0.45
BuildCachedTargetsFunction · 0.45
SendObjectSpawnMessageFunction · 0.45
SendReplicationFunction · 0.45

Calls 2

CountMethod · 0.45
AddMethod · 0.45

Tested by

no test coverage detected