public void SwapCustomData(VtDictionary customData) { UsdCsPINVOKE.SdfReference_SwapCustomData(swigCPtr, VtDictionary.getCPtr(customData)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetAssetInfo(VtDictionary customData) { UsdCsPINVOKE.UsdObject_SetAssetInfo(swigCPtr, VtDictionary.getCPtr(customData)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetAssetInfo(VtDictionary info) { UsdCsPINVOKE.UsdModelAPI_SetAssetInfo(swigCPtr, VtDictionary.getCPtr(info)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetSuffixSubstitutions(VtDictionary suffixSubstitutions) { UsdCsPINVOKE.SdfPrimSpec_SetSuffixSubstitutions(swigCPtr, VtDictionary.getCPtr(suffixSubstitutions)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public void swap(VtDictionary dict) { UsdCsPINVOKE.VtDictionary_swap(swigCPtr, VtDictionary.getCPtr(dict)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public bool SetClips(VtDictionary clips) { bool ret = UsdCsPINVOKE.UsdClipsAPI_SetClips(swigCPtr, VtDictionary.getCPtr(clips)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public SdfReference(string assetPath, SdfPath primPath, SdfLayerOffset layerOffset, VtDictionary customData) : this(UsdCsPINVOKE.new_SdfReference__SWIG_0(assetPath, SdfPath.getCPtr(primPath), SdfLayerOffset.getCPtr(layerOffset), VtDictionary.getCPtr(customData)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public bool GetAssetInfo(VtDictionary info) { bool ret = UsdCsPINVOKE.UsdModelAPI_GetAssetInfo(swigCPtr, VtDictionary.getCPtr(info)); return(ret); }
public bool GetClips(VtDictionary clips) { bool ret = UsdCsPINVOKE.UsdClipsAPI_GetClips(swigCPtr, VtDictionary.getCPtr(clips)); return(ret); }
public SdfUnregisteredValue(VtDictionary value) : this(UsdCsPINVOKE.new_SdfUnregisteredValue__SWIG_2(VtDictionary.getCPtr(value)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public VtDictionary(VtDictionary other) : this(UsdCsPINVOKE.new_VtDictionary__SWIG_3(VtDictionary.getCPtr(other)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }