UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 243 B
export class NavigationMeshAgent { /** * How wide is the agent. * A mouse will have a tiny radius, a car will have a large one. * @type {number} */ radius: number; } //# sourceMappingURL=NavigationMeshAgent.d.ts.map