MCPcopy 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
35void NavMeshBoundsVolume::OnEnable()
36{
37 GetScene()->Navigation.Volumes.Add(this);
38
39 // Base
40 Actor::OnEnable();
41}
42
43void NavMeshBoundsVolume::OnDisable()
44{

Callers

nothing calls this directly

Calls 3

GetSceneFunction · 0.85
OnEnableFunction · 0.85
AddMethod · 0.45

Tested by

no test coverage detected