Exemplo n.º 1
0
 public void PreservationSvideotape(string data)
 {
     SelectPlatform.SendMessage("PreservationSvideotape", data);
 }
Exemplo n.º 2
0
 public void PreservationSPhoto(string data)
 {
     SelectPlatform.SendMessage("PreservationSPhoto", data);
 }
Exemplo n.º 3
0
 public String PreservationSPhotoTest(string data)
 {
     return(SelectPlatform.SendMessage("PreservationSPhototest", data).ToString());
 }
Exemplo n.º 4
0
 public void CloseUnity()
 {
     SelectPlatform.SendMessage("CloseUnity", "退出U3D");
 }