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