Beispiel #1
0
 public UsdEditTarget(SdfLayer layer, SWIGTYPE_p_PcpNodeRef node) : this(UsdCsPINVOKE.new_UsdEditTarget__SWIG_6(SdfLayer.getCPtr(layer), SWIGTYPE_p_PcpNodeRef.getCPtr(node)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_PcpNodeRef obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
        public SWIGTYPE_p_PcpNodeRef GetNode()
        {
            SWIGTYPE_p_PcpNodeRef ret = new SWIGTYPE_p_PcpNodeRef(UsdCsPINVOKE.UsdResolveInfo_GetNode(swigCPtr), true);

            return(ret);
        }