Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Initialize
Method
Initialize
Source/Engine/Level/Scene/Scene.cpp:363–370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
361
}
362
363
void Scene::Initialize()
364
{
365
// Initialize
366
_parent = nullptr;
367
_scene = this;
368
369
Actor::Initialize();
370
}
371
372
void Scene::BeginPlay(SceneBeginData* data)
373
{
Callers
3
SynchronizePrefabInstances
Method · 0.45
ApplyAllInternal
Method · 0.45
SpawnPrefab
Method · 0.45
Calls
1
Initialize
Function · 0.50
Tested by
no test coverage detected