Skip to content

NavMesh

const NavMesh: Trait<{ handle: () => NavMeshHandle | null; }>

Defined in: packages/engine/src/gameplay/world/traits.ts:23

Where a walker can go: the ground with those obstacles cut out of it, baked by bakeGroundNavMesh once both of them are there.