Exemplo n.º 1
0
        public SWIGTYPE_p_FbxDataType CreateDataType(string pName, SWIGTYPE_p_EFbxType pType)
        {
            SWIGTYPE_p_FbxDataType ret = new SWIGTYPE_p_FbxDataType(fbx_wrapperPINVOKE.FbxManager_CreateDataType(swigCPtr, pName, SWIGTYPE_p_EFbxType.getCPtr(pType)), true);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 2
0
        public SWIGTYPE_p_FbxDataType GetDataType(int pIndex)
        {
            SWIGTYPE_p_FbxDataType ret = new SWIGTYPE_p_FbxDataType(fbx_wrapperPINVOKE.FbxManager_GetDataType(swigCPtr, pIndex), false);

            return(ret);
        }