MCPcopy Create free account
hub / github.com/Illation/ETEngine / ~Scene

Method ~Scene

Engine/source/EtRendering/SceneStructure/RenderScene.cpp:27–33  ·  view source on GitHub ↗

---------------------- Scene::d-tor

Source from the content-addressed store, hash-verified

25// Scene::d-tor
26//
27Scene::~Scene()
28{
29 for (I_SceneExtension* const ext : m_Extensions)
30 {
31 delete ext;
32 }
33}
34
35//----------------------
36// Scene::AddNode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected