You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
textureGetter and fontGetter are methods, returning correspondengly images and fonts by their ids.
Following code sets loaded stylesheet as current:
Stylesheet.Current=stylesheet;
Note. The default style is being applied to the widget in the moment of the creation. Therefore all changes
to Stylesheet.Current should be done before the UI is created.