Add typedef for new scene config option mapAdd

Also add a description for mapAdd and map config options.
This commit is contained in:
Sebastian Warmbrunn 2018-04-09 21:32:19 +02:00
parent 593245742e
commit 968c0a3aec

View file

@ -19,7 +19,8 @@ var InjectionMap = require('./InjectionMap');
* @property {boolean} [visible=true] - [description]
* @property {(false|LoaderFileObject[])} [files=false] - [description]
* @property {?(InputJSONCameraObject|InputJSONCameraObject[])} [cameras=null] - [description]
* @property {Object.<string, string>} [map] - [description]
* @property {Object.<string, string>} [map] - Overwrites the default injection map for a scene.
* @property {Object.<string, string>} [mapAdd] - Extends the injection map for a scene.
* @property {object} [physics={}] - [description]
* @property {object} [loader={}] - [description]
* @property {(false|*)} [plugins=false] - [description]