コード例 #1
0
 public void SetRange(int index, SdfPropertySpecHandleVector values)
 {
     UsdCsPINVOKE.SdfPropertySpecHandleVector_SetRange(swigCPtr, index, SdfPropertySpecHandleVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: SdfPrimSpec.cs プロジェクト: mwikenma/usd-unity-sdk
 public void SetProperties(SdfPropertySpecHandleVector arg0)
 {
     UsdCsPINVOKE.SdfPrimSpec_SetProperties(swigCPtr, SdfPropertySpecHandleVector.getCPtr(arg0));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
 public SdfPropertySpecHandleVector(SdfPropertySpecHandleVector other) : this(UsdCsPINVOKE.new_SdfPropertySpecHandleVector__SWIG_1(SdfPropertySpecHandleVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }