MCPcopy 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
363void Scene::Initialize()
364{
365 // Initialize
366 _parent = nullptr;
367 _scene = this;
368
369 Actor::Initialize();
370}
371
372void Scene::BeginPlay(SceneBeginData* data)
373{

Callers 3

ApplyAllInternalMethod · 0.45
SpawnPrefabMethod · 0.45

Calls 1

InitializeFunction · 0.50

Tested by

no test coverage detected