Exemple #1
0
        public bool GetTextureUV(SWIGTYPE_p_p_FbxLayerElementArrayTemplateT_FbxVector2_t pLockableArray, FbxLayerElement.EType pTypeIdentifier)
        {
            bool ret = fbx_wrapperPINVOKE.FbxMesh_GetTextureUV__SWIG_0(swigCPtr, SWIGTYPE_p_p_FbxLayerElementArrayTemplateT_FbxVector2_t.getCPtr(pLockableArray), (int)pTypeIdentifier);

            return(ret);
        }
Exemple #2
0
        public bool GetTextureUV(SWIGTYPE_p_p_FbxLayerElementArrayTemplateT_FbxVector2_t pLockableArray)
        {
            bool ret = fbx_wrapperPINVOKE.FbxMesh_GetTextureUV__SWIG_1(swigCPtr, SWIGTYPE_p_p_FbxLayerElementArrayTemplateT_FbxVector2_t.getCPtr(pLockableArray));

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