示例#1
0
 public void UpdateBackground(Texture2D tex, Rect subSection)
 {
     background.UpdateImage(tex, subSection);
 }