-----------------------------------------------------------------------
| 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 | { |