Esempio n. 1
0
 public Checkbox(string path)
 {
     texture = new UITexture(path);
 }
Esempio n. 2
0
 public Checkbox(string path)
 {
     texture = new UITexture(path);
 }
Esempio n. 3
0
 public Button(string path)
 {
     texture = new UITexture(path);
 }
Esempio n. 4
0
 public Image( string path )
 {
     texture = new UITexture(path);
 }