How to Update GUI after SetApplicationResources
Posted: 25 Sep 2020, 13:45
Hi how do i update the whole Gui from noesis after i load a new resource Dictionary like this:
and set the Global Style with
which method i need to call after set, this to see the changes?
Code: Select all
newRes = (ResourceDictionary)GUI.LoadXaml("Assets/_Game/Gui/Menu/ResourceDictionary/Theme.DarkBlue.xaml");
Code: Select all
Noesis.GUI.SetApplicationResources(newRes);