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