We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5932457 commit 968c0a3Copy full SHA for 968c0a3
1 file changed
src/scene/Settings.js
@@ -19,7 +19,8 @@ var InjectionMap = require('./InjectionMap');
19
* @property {boolean} [visible=true] - [description]
20
* @property {(false|LoaderFileObject[])} [files=false] - [description]
21
* @property {?(InputJSONCameraObject|InputJSONCameraObject[])} [cameras=null] - [description]
22
- * @property {Object.<string, string>} [map] - [description]
+ * @property {Object.<string, string>} [map] - Overwrites the default injection map for a scene.
23
+ * @property {Object.<string, string>} [mapAdd] - Extends the injection map for a scene.
24
* @property {object} [physics={}] - [description]
25
* @property {object} [loader={}] - [description]
26
* @property {(false|*)} [plugins=false] - [description]
0 commit comments