コード例 #1
0
 public void swap(SdfAssetPathArray other)
 {
     UsdCsPINVOKE.SdfAssetPathArray_swap(swigCPtr, SdfAssetPathArray.getCPtr(other));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public void SetPayloadAssetDependencies(SdfAssetPathArray assetDeps)
 {
     UsdCsPINVOKE.UsdModelAPI_SetPayloadAssetDependencies(swigCPtr, SdfAssetPathArray.getCPtr(assetDeps));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
ファイル: UsdClipsAPI.cs プロジェクト: mwikenma/usd-unity-sdk
        public bool SetClipAssetPaths(SdfAssetPathArray assetPaths)
        {
            bool ret = UsdCsPINVOKE.UsdClipsAPI_SetClipAssetPaths__SWIG_1(swigCPtr, SdfAssetPathArray.getCPtr(assetPaths));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #4
0
        public static bool Equals(SdfAssetPathArray lhs, SdfAssetPathArray rhs)
        {
            bool ret = UsdCsPINVOKE.SdfAssetPathArray_Equals(SdfAssetPathArray.getCPtr(lhs), SdfAssetPathArray.getCPtr(rhs));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #5
0
        public bool IsIdentical(SdfAssetPathArray other)
        {
            bool ret = UsdCsPINVOKE.SdfAssetPathArray_IsIdentical(swigCPtr, SdfAssetPathArray.getCPtr(other));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #6
0
        public bool GetPayloadAssetDependencies(SdfAssetPathArray assetDeps)
        {
            bool ret = UsdCsPINVOKE.UsdModelAPI_GetPayloadAssetDependencies(swigCPtr, SdfAssetPathArray.getCPtr(assetDeps));

            return(ret);
        }
コード例 #7
0
ファイル: VtValue.cs プロジェクト: khunrobot/usd-unity-sdk
 public VtValue(SdfAssetPathArray obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_24(SdfAssetPathArray.getCPtr(obj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #8
0
ファイル: UsdClipsAPI.cs プロジェクト: mwikenma/usd-unity-sdk
        public bool GetClipAssetPaths(SdfAssetPathArray assetPaths)
        {
            bool ret = UsdCsPINVOKE.UsdClipsAPI_GetClipAssetPaths__SWIG_1(swigCPtr, SdfAssetPathArray.getCPtr(assetPaths));

            return(ret);
        }
コード例 #9
0
 public SdfAssetPathArray(SdfAssetPathArray other) : this(UsdCsPINVOKE.new_SdfAssetPathArray__SWIG_1(SdfAssetPathArray.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }