Esempio n. 1
0
 internal UI_Background(UIConfig.cBackground backgroundSettings)
 {
     config       = backgroundSettings;
     solidTexture = UIUtils.CreateColorTexture(config.SolidColor);
     image        = UIStyleValues.LoadImage(config, "Background");
 }