MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / createInstance

Method createInstance

OgreMain/src/OgreMovableObject.cpp:920–927  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

918 //-----------------------------------------------------------------------
919 //-----------------------------------------------------------------------
920 MovableObject *MovableObjectFactory::createInstance( IdType id,
921 ObjectMemoryManager *objectMemoryManager,
922 SceneManager *manager,
923 const NameValuePairList *params )
924 {
925 MovableObject *m = createInstanceImpl( id, objectMemoryManager, manager, params );
926 return m;
927 }
928 //-----------------------------------------------------------------------
929 //-----------------------------------------------------------------------
930 //-----------------------------------------------------------------------

Callers 3

createMovableObjectMethod · 0.45
_createRendererMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected