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

Method isDataExist

Platforms/Ogre/OgrePlatform/src/MyGUI_OgreDataManager.cpp:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 bool OgreDataManager::isDataExist(const std::string& _name) const
63 {
64 if (mAllGroups)
65 return Ogre::ResourceGroupManager::getSingleton().resourceExistsInAnyGroup(_name);
66 else
67 return Ogre::ResourceGroupManager::getSingleton().resourceExists(mGroup, _name);
68 }
69
70 const VectorString& OgreDataManager::getDataListNames(const std::string& _pattern) const
71 {

Callers 1

createShaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected