/** * @zh 导航网格模块 * @en NavMesh Module */ export { NavMesh, createNavMesh, type INavPolygon, type IPortal } from './NavMesh';