MCPcopy Create free account
hub / github.com/MyGUI/mygui / ~SceneObject

Method ~SceneObject

UnitTests/UnitTest_Layers/SceneObject.cpp:24–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 SceneObject::~SceneObject()
25 {
26 clear();
27 if (mRaySceneQuery)
28 {
29 getSceneManager()->destroyQuery(mRaySceneQuery);
30 mRaySceneQuery = nullptr;
31 }
32 }
33
34 void SceneObject::GetMeshInformation(
35 const Ogre::MeshPtr mesh,

Callers

nothing calls this directly

Calls 1

clearFunction · 0.85

Tested by

no test coverage detected