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