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(); } }
public void removeMovableObjectFactory(MovableObjectFactory fact) { OgrePINVOKE.Root_removeMovableObjectFactory(swigCPtr, MovableObjectFactory.getCPtr(fact)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
public virtual void _notifyCreator(MovableObjectFactory fact) { OgrePINVOKE.MovableObject__notifyCreator(swigCPtr, MovableObjectFactory.getCPtr(fact)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }