Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Do
Method · 0.45
Draw
Method · 0.45
SetProbeData
Method · 0.45
Draw
Method · 0.45
UpdateDeformationBuffer
Method · 0.45
FlushVertexColors
Method · 0.45
Calls
2
GetID
Method · 0.80
GetName
Method · 0.45
Tested by
no test coverage detected