UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines (8 loc) 201 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 = 0; }