فهرست منبع

method comment

Cedric Guillemet 6 سال پیش
والد
کامیت
cb0bf89bdd
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/Navigation/INavigationEngine.ts
  2. 1 1
      src/Navigation/Plugins/recastJSPlugin.ts

+ 1 - 1
src/Navigation/INavigationEngine.ts

@@ -14,7 +14,7 @@ export interface INavigationEnginePlugin {
 
     /**
      * Creates a navigation mesh
-     * @param mesh of all the geometry used to compute the navigation 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;

+ 1 - 1
src/Navigation/Plugins/recastJSPlugin.ts

@@ -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 {