Browse Source

Merge pull request #8929 from bghgary/small-doc-fix

Fix small typedoc comment
Raanan Weber 5 years ago
parent
commit
f9778a1dde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Loading/sceneLoader.ts

+ 1 - 1
src/Loading/sceneLoader.ts

@@ -613,7 +613,7 @@ export class SceneLoader {
      * @param rootUrl a string that defines the root url for the scene and resources or the concatenation of rootURL and filename (e.g. http://example.com/test.glb)
      * @param sceneFilename a string that defines the name of the scene file or starts with "data:" following by the stringified version of the scene or a File object (default: empty string)
      * @param scene the instance of BABYLON.Scene to append to
-     * @param onSuccess a callback with a list of imported meshes, particleSystems, and skeletons when import succeeds
+     * @param onSuccess a callback with a list of imported meshes, particleSystems, skeletons, and animationGroups when import succeeds
      * @param onProgress a callback with a progress event for each file being loaded
      * @param onError a callback with the scene, a message, and possibly an exception when import fails
      * @param pluginExtension the extension used to determine the plugin