MCPcopy Create free account
hub / github.com/OGRECave/ogre / getSubEntity

Method getSubEntity

OgreMain/src/OgreEntity.cpp:289–293  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

287 }
288 //-----------------------------------------------------------------------
289 SubEntity* Entity::getSubEntity(const String& name) const
290 {
291 ushort index = mMesh->_getSubMeshIndex(name);
292 return getSubEntity(index);
293 }
294 //-----------------------------------------------------------------------
295 Entity* Entity::clone( const String& newName) const
296 {

Callers 15

addEntityMethod · 0.80
setupContentMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
writeNodeMethod · 0.80
applyMethod · 0.80
addEntityMethod · 0.80
visitRenderablesMethod · 0.80
sliderMovedMethod · 0.80
setupContentMethod · 0.80
generateShadersMethod · 0.80

Calls 2

getSubEntityFunction · 0.85
_getSubMeshIndexMethod · 0.80

Tested by 3

setupContentMethod · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64