aiNode.getCPtr C# (CSharp) Method

getCPtr() static private method

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