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