We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c996ca commit d8e378bCopy full SHA for d8e378b
1 file changed
src/scene/InjectionMap.js
@@ -5,8 +5,14 @@
5
*/
6
7
// These properties get injected into the Scene and map to local systems
8
-// The map key is the property that is added to the Scene, the value is the Scene.Systems reference
+// The map value is the property that is injected into the Scene, the key is the Scene.Systems reference.
9
// These defaults can be modified via the Scene config object
10
+// var config = {
11
+// map: {
12
+// add: 'makeStuff',
13
+// load: 'loader'
14
+// }
15
+// };
16
17
var InjectionMap = {
18
0 commit comments