浏览代码

fix documentation

Cedric Guillemet 4 年之前
父节点
当前提交
4929b5964d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Navigation/INavigationEngine.ts

+ 1 - 1
src/Navigation/INavigationEngine.ts

@@ -178,7 +178,7 @@ export interface ICrowd {
     /**
     /**
      * Gets the agent next target point on the path
      * Gets the agent next target point on the path
      * @param index agent index returned by addAgent
      * @param index agent index returned by addAgent
-     * @param result output world space position
+     * @returns world space position
      */
      */
     getAgentNextTargetPath(index: number): Vector3;
     getAgentNextTargetPath(index: number): Vector3;