aiMeshKey.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( aiMeshKey, obj ) : HandleRef
obj aiMeshKey,
return HandleRef
  internal static HandleRef getCPtr(aiMeshKey obj) {
    return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
  }