Exemplo n.º 1
0
 public void LoadBackground(Sprite image)
 {
     m_backgroundPar = GetComponentInChildren<Parallax>();
     m_backgroundPar.SetImage(image, m_width, m_height);
 }