Example #1
0
 public void removeSceneManagerFactory(SceneManagerFactory fact)
 {
     OgrePINVOKE.Root_removeSceneManagerFactory(swigCPtr, SceneManagerFactory.getCPtr(fact));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void addFactory(SceneManagerFactory fact)
 {
     OgrePINVOKE.SceneManagerEnumerator_addFactory(swigCPtr, SceneManagerFactory.getCPtr(fact));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }