public DirectArrayFbxVector2 assign(DirectArrayFbxVector2 pArrayTemplate)
        {
            DirectArrayFbxVector2 ret = new DirectArrayFbxVector2(fbx_wrapperPINVOKE.DirectArrayFbxVector2_assign__SWIG_1(swigCPtr, DirectArrayFbxVector2.getCPtr(pArrayTemplate)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #2
0
        public DirectArrayFbxVector2 GetDirectArray()
        {
            DirectArrayFbxVector2 ret = new DirectArrayFbxVector2(fbx_wrapperPINVOKE.FbxLayerElementTemplateFbxVector2_GetDirectArray__SWIG_0(swigCPtr), false);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(DirectArrayFbxVector2 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }