예제 #1
0
 public virtual void Seek(SWIGTYPE_p_signed___int64 pOffset, FbxFile.ESeekPos pSeekPos)
 {
     fbx_wrapperPINVOKE.FbxStream_Seek(swigCPtr, SWIGTYPE_p_signed___int64.getCPtr(pOffset), (int)pSeekPos);
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public virtual void Seek(SWIGTYPE_p_signed___int64 pOffset, FbxFile.ESeekPos pSeekPos)
 {
     FbxWrapperNativePINVOKE.FbxFile_Seek__SWIG_0(swigCPtr, SWIGTYPE_p_signed___int64.getCPtr(pOffset), (int)pSeekPos);
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }