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

Method ~SceneViewport

Engine/source/EtEditor/Tools/SceneViewport.cpp:38–47  ·  view source on GitHub ↗

--------------------------- SceneViewport::d-tor

Source from the content-addressed store, hash-verified

36// SceneViewport::d-tor
37//
38SceneViewport::~SceneViewport()
39{
40 if (m_IsInitialized)
41 {
42 OnDeinit();
43 }
44
45 m_Viewport.reset(nullptr);
46 SafeDelete(m_RenderArea);
47}
48
49//--------------------
50// SceneViewport::Init

Callers

nothing calls this directly

Calls 1

SafeDeleteFunction · 0.85

Tested by

no test coverage detected