示例#1
0
 public override void reload(Resource.LoadingFlags flags)
 {
     OgrePINVOKE.Mesh_reload__SWIG_0(swigCPtr, (int)flags);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void reload(Resource.LoadingFlags flags)
 {
     OgrePINVOKE.SkeletonInstancePtr_reload__SWIG_0(swigCPtr, (int)flags);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void reload(Resource.LoadingFlags flags)
 {
     OgrePINVOKE.HighLevelGpuProgramPtr_reload__SWIG_0(swigCPtr, (int)flags);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#4
0
 public virtual void reloadAll(Resource.LoadingFlags flags)
 {
     OgrePINVOKE.ResourceManager_reloadAll__SWIG_2(swigCPtr, (int)flags);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }