Jelajahi Sumber

fix documentation

Cedric Guillemet 4 tahun lalu
induk
melakukan
4929b5964d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;