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