Beispiel #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();
     }
 }
Beispiel #2
0
 public void SetProperties(SdfPropertySpecHandleVector arg0)
 {
     UsdCsPINVOKE.SdfPrimSpec_SetProperties(swigCPtr, SdfPropertySpecHandleVector.getCPtr(arg0));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 public SdfPropertySpecHandleVector(SdfPropertySpecHandleVector other) : this(UsdCsPINVOKE.new_SdfPropertySpecHandleVector__SWIG_1(SdfPropertySpecHandleVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }