Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
NavMeshRuntime* NavMeshRuntime::Get()
32
{
33
return NavMeshes.Count() != 0 ? NavMeshes[0] : nullptr;
34
}
35
36
NavMeshRuntime* NavMeshRuntime::Get(const StringView& navMeshName)
37
{
Callers
15
NetworkReplicationHierarchy.h
File · 0.45
CloneAllocName
Function · 0.45
ReadNetworkId
Method · 0.45
ReadNetworkName
Method · 0.45
OnNetworkMessageHandshake
Function · 0.45
Clear
Method · 0.45
Update
Method · 0.45
ResolveObject
Function · 0.45
BuildCachedTargets
Function · 0.45
SetupObjectSpawnMessageItem
Function · 0.45
SendObjectSpawnMessage
Function · 0.45
SendReplication
Function · 0.45
Calls
2
Count
Method · 0.45
Add
Method · 0.45
Tested by
no test coverage detected