MCPcopy Create free account
hub / github.com/MyGUI/mygui / destroyScene

Method destroyScene

Wrappers/MyGUI_RenderWindow_Export/DemoKeeper.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 void DemoKeeper::destroyScene()
28 {
29 MyGUI::Gui::getInstance().eventFrameStart -= MyGUI::newDelegate(this, &DemoKeeper::notifyFrameStart);
30 }
31
32 void DemoKeeper::notifyFrameStart(float _time)
33 {

Callers

nothing calls this directly

Calls 1

newDelegateFunction · 0.85

Tested by

no test coverage detected