public static FbxQueryOperatorUnary Create(FbxQuery pA) { global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxQueryOperatorUnary_Create(FbxQuery.getCPtr(pA)); FbxQueryOperatorUnary ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxQueryOperatorUnary(cPtr, false); return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxQueryOperatorUnary obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }