I am making an application in which I decided to build the ENTIRE interface on the Babylon GUI. I have already used Babylon GUI Editor many times (I really like it and it’s very convenient).
I made many different modal windows and different interface.
How can I get a Wrapper without creating an AdvancedDynamicTexture ?
I don’t need multiple AdvancedDynamicTexture. I would like to just take Wrapper from jsons and dynamically add/remove them from one main AdvancedDynamicTexture
This is not exactly what I would like to know. In this example the Wrapper is inside the code. I would like to know if it is possible to take this Wrapper(GUI.Rectangle) from a json file.
The idea is something like this. I have only 1AdvancedDynamicTextureand many json files.
I wanted to know if there is any function that would return me a Wrapper from json. Without creating other AdvancedDynamicTexture
I need to be able to get the Wrapper from json and call addControl on my main AdvancedDynamicTexture.