Skip to content

Commit 968c0a3

Browse files
committed
Add typedef for new scene config option mapAdd
Also add a description for mapAdd and map config options.
1 parent 5932457 commit 968c0a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/scene/Settings.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ var InjectionMap = require('./InjectionMap');
1919
* @property {boolean} [visible=true] - [description]
2020
* @property {(false|LoaderFileObject[])} [files=false] - [description]
2121
* @property {?(InputJSONCameraObject|InputJSONCameraObject[])} [cameras=null] - [description]
22-
* @property {Object.<string, string>} [map] - [description]
22+
* @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.
2324
* @property {object} [physics={}] - [description]
2425
* @property {object} [loader={}] - [description]
2526
* @property {(false|*)} [plugins=false] - [description]

0 commit comments

Comments
 (0)