예제 #1
0
 public void RemoveArray(FbxArrayFbxVector2 pOther)
 {
     FbxWrapperNativePINVOKE.FbxArrayFbxVector2_RemoveArray(swigCPtr, FbxArrayFbxVector2.getCPtr(pOther));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public void AddArrayNoDuplicate(FbxArrayFbxVector2 pOther)
 {
     FbxWrapperNativePINVOKE.FbxArrayFbxVector2_AddArrayNoDuplicate(swigCPtr, FbxArrayFbxVector2.getCPtr(pOther));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #3
0
        public bool eq(FbxArrayFbxVector2 pOther)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxArrayFbxVector2_eq(swigCPtr, FbxArrayFbxVector2.getCPtr(pOther));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #4
0
        public FbxLayerElementArray assign(FbxArrayFbxVector2 pArrayTemplate)
        {
            FbxLayerElementArray ret = new FbxLayerElementArray(FbxWrapperNativePINVOKE.FbxLayerElementArrayTemplateFbxVector2_assign__SWIG_0(swigCPtr, FbxArrayFbxVector2.getCPtr(pArrayTemplate)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #5
0
 public FbxArrayFbxVector2(FbxArrayFbxVector2 pArray) : this(FbxWrapperNativePINVOKE.new_FbxArrayFbxVector2__SWIG_2(FbxArrayFbxVector2.getCPtr(pArray)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #6
0
        public FbxArrayFbxVector2 assign(FbxArrayFbxVector2 pOther)
        {
            FbxArrayFbxVector2 ret = new FbxArrayFbxVector2(FbxWrapperNativePINVOKE.FbxArrayFbxVector2_assign(swigCPtr, FbxArrayFbxVector2.getCPtr(pOther)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }