Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnEnable
Method
OnEnable
Source/Engine/Navigation/NavMeshBoundsVolume.cpp:35–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void NavMeshBoundsVolume::OnEnable()
36
{
37
GetScene()->Navigation.Volumes.Add(this);
38
39
// Base
40
Actor::OnEnable();
41
}
42
43
void NavMeshBoundsVolume::OnDisable()
44
{
Callers
nothing calls this directly
Calls
3
GetScene
Function · 0.85
OnEnable
Function · 0.85
Add
Method · 0.45
Tested by
no test coverage detected