Exemplo n.º 1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_TfDeclarePtrsT_PcpPayloadDecorator_t__RefPtr obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 2
0
 public PcpCache(PcpLayerStackIdentifier layerStackIdentifier, string targetSchema, bool usd, SWIGTYPE_p_TfDeclarePtrsT_PcpPayloadDecorator_t__RefPtr payloadDecorator) : this(UsdCsPINVOKE.new_PcpCache__SWIG_0(PcpLayerStackIdentifier.getCPtr(layerStackIdentifier), targetSchema, usd, SWIGTYPE_p_TfDeclarePtrsT_PcpPayloadDecorator_t__RefPtr.getCPtr(payloadDecorator)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }