Ejemplo n.º 1
0
 public UsdStageCache(UsdStageCache other) : this(UsdCsPINVOKE.new_UsdStageCache__SWIG_1(UsdStageCache.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public void swap(UsdStageCache other)
 {
     UsdCsPINVOKE.UsdStageCache_swap(swigCPtr, UsdStageCache.getCPtr(other));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(UsdStageCache obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 4
0
        public static UsdStageCache Get()
        {
            UsdStageCache ret = new UsdStageCache(UsdCsPINVOKE.UsdUtilsStageCache_Get(), false);

            return(ret);
        }