예제 #1
0
파일: aiFile.cs 프로젝트: NevilX/assimp
 internal static HandleRef getCPtr(aiFile obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(aiFile obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
예제 #3
0
파일: aiFile.cs 프로젝트: HBDLP/LearnOpenGL
 internal static HandleRef getCPtr(aiFile obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }