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

Method Clear

Source/Engine/Level/Scene/Scene.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void SceneNavigation::Clear()
37{
38 Volumes.Clear();
39 Actors.Clear();
40}
41
42BoundingBox SceneNavigation::GetNavigationBounds()
43{

Callers 15

unloadMethod · 0.45
Localization.cppFile · 0.45
DeserializeMethod · 0.45
OnLocalizationChangedMethod · 0.45
OnDeleteObjectMethod · 0.45
Actor.cppFile · 0.45
DestroyChildrenMethod · 0.45
DeserializeMethod · 0.45
WriteObjectToBytesFunction · 0.45
FromBytesMethod · 0.45
OnDoneMethod · 0.45
DoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected