소스 검색

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
      * @param index agent index returned by addAgent
-     * @param result output world space position
+     * @returns world space position
      */
     getAgentNextTargetPath(index: number): Vector3;