Explorar o código

fix documentation

Cedric Guillemet %!s(int64=4) %!d(string=hai) anos
pai
achega
4929b5964d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;