Exemplo n.º 1
0
 public void exportMesh(Mesh pMesh, DataStreamPtr stream, Serializer.Endian endianMode)
 {
     OgrePINVOKE.MeshSerializer_exportMesh__SWIG_4(swigCPtr, Mesh.getCPtr(pMesh), DataStreamPtr.getCPtr(stream), (int)endianMode);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public void exportMesh(Mesh pMesh, string filename, MeshVersion version, Serializer.Endian endianMode)
 {
     OgrePINVOKE.MeshSerializer_exportMesh__SWIG_2(swigCPtr, Mesh.getCPtr(pMesh), filename, (int)version, (int)endianMode);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 public void exportNamedConstants(GpuNamedConstants pConsts, string filename, Serializer.Endian endianMode)
 {
     OgrePINVOKE.GpuNamedConstantsSerializer_exportNamedConstants__SWIG_0(swigCPtr, GpuNamedConstants.getCPtr(pConsts), filename, (int)endianMode);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 4
0
 public void exportNamedConstants(GpuNamedConstants pConsts, DataStreamPtr stream, Serializer.Endian endianMode)
 {
     OgrePINVOKE.GpuNamedConstantsSerializer_exportNamedConstants__SWIG_2(swigCPtr, GpuNamedConstants.getCPtr(pConsts), DataStreamPtr.getCPtr(stream), (int)endianMode);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }