コード例 #1
0
 public void SetRange(int index, UsdShadeInputVector values)
 {
     UsdCsPINVOKE.UsdShadeInputVector_SetRange(swigCPtr, index, UsdShadeInputVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public UsdShadeInputVector(UsdShadeInputVector other) : this(UsdCsPINVOKE.new_UsdShadeInputVector__SWIG_1(UsdShadeInputVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }