I'm facing issues because the injection of dependencies makes some bits of code too abstract for me.
Let me explain what I'm failing to do :
- I want to load some XML files using a custom class of my making.
- For that, I need the Resource Loader (either the FileSystem one, or the other one)
- to get the actual instanciated object, I need the device instance
- All the device instances I see are int he factories, which are constructed automatically by the injection of dependencies (I guess! since I see their contructor get called nowhere in the code).
- But I don't want my class to be one of the built-in factories. I want it to be part of my custom library built on top of MonoAGS.
============
Also, pretty cool Facebook page : https://www.facebook.com/mono.ags
Let me explain what I'm failing to do :
- I want to load some XML files using a custom class of my making.
- For that, I need the Resource Loader (either the FileSystem one, or the other one)
- to get the actual instanciated object, I need the device instance
- All the device instances I see are int he factories, which are constructed automatically by the injection of dependencies (I guess! since I see their contructor get called nowhere in the code).
- But I don't want my class to be one of the built-in factories. I want it to be part of my custom library built on top of MonoAGS.
============
Also, pretty cool Facebook page : https://www.facebook.com/mono.ags