Ejemplo n.º 1
0
        public bool ComputeSkelBindings(UsdSkelRoot skelRoot, SWIGTYPE_p_std__vectorT_UsdSkelBinding_t bindings)
        {
            bool ret = UsdCsPINVOKE.UsdSkelCache_ComputeSkelBindings(swigCPtr, UsdSkelRoot.getCPtr(skelRoot), SWIGTYPE_p_std__vectorT_UsdSkelBinding_t.getCPtr(bindings));

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