Esempio n. 1
0
 public ScrollView Background(string image)
 {
     ImageLoader.SetupImage(backGround, image);
     return(this);
 }
Esempio n. 2
0
 public LayoutPanel Background(string image)
 {
     ImageLoader.SetupImage(backGround, image);
     style.sprite = backGround.sprite;
     return(this);
 }