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

Method Init

Source/Engine/Level/Level.cpp:642–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640 }
641
642 void Init(Scene* scene)
643 {
644 ID = scene->GetID();
645 Name = scene->GetName();
646 }
647 };
648 const int32 scenesCount = Level::Scenes.Count();
649 Array<SceneData> scenes;

Callers 6

DoMethod · 0.45
DrawMethod · 0.45
SetProbeDataMethod · 0.45
DrawMethod · 0.45
FlushVertexColorsMethod · 0.45

Calls 2

GetIDMethod · 0.80
GetNameMethod · 0.45

Tested by

no test coverage detected