public FbxLayerElementArray assign(SWIGTYPE_p_FbxArrayT_FbxVector2_t pArrayTemplate)
        {
            FbxLayerElementArray ret = new FbxLayerElementArray(fbx_wrapperPINVOKE.DirectArrayFbxVector2_assign__SWIG_0(swigCPtr, SWIGTYPE_p_FbxArrayT_FbxVector2_t.getCPtr(pArrayTemplate)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 2
0
        public bool GetPolygonVertexUVs(string pUVSetName, SWIGTYPE_p_FbxArrayT_FbxVector2_t pUVs)
        {
            bool ret = fbx_wrapperPINVOKE.FbxMesh_GetPolygonVertexUVs__SWIG_1(swigCPtr, pUVSetName, SWIGTYPE_p_FbxArrayT_FbxVector2_t.getCPtr(pUVs));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxArrayT_FbxVector2_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }