|
@@ -49,7 +49,7 @@ export class RecastJSPlugin implements INavigationEnginePlugin {
|
|
|
|
|
|
/**
|
|
|
* Creates a navigation mesh
|
|
|
- * @param mesh of all the geometry used to compute the navigatio mesh
|
|
|
+ * @param meshes array of all the geometry used to compute the navigatio mesh
|
|
|
* @param parameters bunch of parameters used to filter geometry
|
|
|
*/
|
|
|
createMavMesh(meshes: Array<Mesh>, parameters: INavMeshParameters): void {
|