Skip to content

Commit

Permalink
Update builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed May 15, 2021
1 parent 61c0892 commit ac4c664
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build/yuka.js
Original file line number Diff line number Diff line change
Expand Up @@ -18954,7 +18954,7 @@
* to influence the parsing of the navigation mesh.
*
* @param {String} url - The URL of the glTF asset.
* @param {Object} options - The (optional) configuration object.
* @param {Object} [options] - The (optional) configuration object.
* @return {Promise} A promise representing the loading and parsing process.
*/
load( url, options ) {
Expand Down Expand Up @@ -19011,8 +19011,8 @@
* in node.js.
*
* @param {ArrayBuffer} arrayBuffer - The array buffer.
* @param {String} url - The (optional) URL.
* @param {Object} options - The (optional) configuration object.
* @param {String} [url] - The (optional) URL.
* @param {Object} [options] - The (optional) configuration object.
* @return {Promise} A promise representing the parsing process.
*/
parse( arrayBuffer, url, options ) {
Expand Down
6 changes: 3 additions & 3 deletions build/yuka.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -18948,7 +18948,7 @@ class NavMeshLoader {
* to influence the parsing of the navigation mesh.
*
* @param {String} url - The URL of the glTF asset.
* @param {Object} options - The (optional) configuration object.
* @param {Object} [options] - The (optional) configuration object.
* @return {Promise} A promise representing the loading and parsing process.
*/
load( url, options ) {
Expand Down Expand Up @@ -19005,8 +19005,8 @@ class NavMeshLoader {
* in node.js.
*
* @param {ArrayBuffer} arrayBuffer - The array buffer.
* @param {String} url - The (optional) URL.
* @param {Object} options - The (optional) configuration object.
* @param {String} [url] - The (optional) URL.
* @param {Object} [options] - The (optional) configuration object.
* @return {Promise} A promise representing the parsing process.
*/
parse( arrayBuffer, url, options ) {
Expand Down

0 comments on commit ac4c664

Please sign in to comment.