Exemplo n.º 1
0
        public bool AddReference(SWIGTYPE_p_SdfReference arg0)
        {
            bool ret = UsdCsPINVOKE.UsdReferences_AddReference__SWIG_1(swigCPtr, SWIGTYPE_p_SdfReference.getCPtr(arg0));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_SdfReference obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }