예제 #1
0
 public Checkbox(string path)
 {
     texture = new UITexture(path);
 }
예제 #2
0
 public Checkbox(string path)
 {
     texture = new UITexture(path);
 }
예제 #3
0
파일: Button.cs 프로젝트: cyanpunk/muonline
 public Button(string path)
 {
     texture = new UITexture(path);
 }
예제 #4
0
파일: Image.cs 프로젝트: cyanpunk/muonline
 public Image( string path )
 {
     texture = new UITexture(path);
 }