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