コード例 #1
0
ファイル: Root.cs プロジェクト: wellsanin1/Game-Engine
 public void addMovableObjectFactory(MovableObjectFactory fact, bool overrideExisting)
 {
     OgrePINVOKE.Root_addMovableObjectFactory__SWIG_0(swigCPtr, MovableObjectFactory.getCPtr(fact), overrideExisting);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: Root.cs プロジェクト: wellsanin1/Game-Engine
 public void removeMovableObjectFactory(MovableObjectFactory fact)
 {
     OgrePINVOKE.Root_removeMovableObjectFactory(swigCPtr, MovableObjectFactory.getCPtr(fact));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
 public virtual void _notifyCreator(MovableObjectFactory fact)
 {
     OgrePINVOKE.MovableObject__notifyCreator(swigCPtr, MovableObjectFactory.getCPtr(fact));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }