Exemplo n.º 1
0
 public void SetData(string name, Sprite background, SpoutManager spoutManager)
 {
     this.name         = name;
     this.txtName.text = name;
     ChangeBackground(background);
     this.spoutManager = spoutManager;
 }