Skip to content

Commit aab97b8

Browse files
[DOCS] Make pc.Application#loadScene public (playcanvas#1945)
* remove jsdoc private tag for pc.Application#loadScene * remove jsdoc private tag for pc.callbacks.LoadScene Co-authored-by: Will Eastcott <will@playcanvas.com>
1 parent d4f3352 commit aab97b8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/callbacks.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
*/
6565

6666
/**
67-
* @private
6867
* @callback pc.callbacks.LoadScene
6968
* @description Callback used by {@link pc.Application#loadScene}.
7069
* @param {string|null} err - The error message in the case where the loading or parsing fails.

src/framework/application.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,6 @@ Object.assign(pc, function () {
873873
},
874874

875875
/**
876-
* @private
877876
* @function
878877
* @name pc.Application#loadScene
879878
* @description Load a scene file.

0 commit comments

Comments
 (0)