Inheritance: IDisposable
示例#1
0
文件: aiLight.cs 项目: NevilX/assimp
 internal static HandleRef getCPtr(aiLight obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
示例#2
0
文件: aiLight.cs 项目: mshimura/CS148
 internal static HandleRef getCPtr(aiLight obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
示例#3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(aiLight obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }