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