コード例 #1
0
 public void SetRange(int index, StdFloatVectorVector values)
 {
     UsdCsPINVOKE.StdFloatVectorVector_SetRange(swigCPtr, index, StdFloatVectorVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: GfMatrix4f.cs プロジェクト: feniksa/usd-unity-sdk
 public GfMatrix4f(StdFloatVectorVector v) : this(UsdCsPINVOKE.new_GfMatrix4f__SWIG_5(StdFloatVectorVector.getCPtr(v)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
 public StdFloatVectorVector(StdFloatVectorVector other) : this(UsdCsPINVOKE.new_StdFloatVectorVector__SWIG_1(StdFloatVectorVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }