示例#1
0
 public void setvol(float vol)
 {
     Cetag.In().at = vol;
     peko.value = vol;
 }
示例#2
0
 // Start is called before the first frame update
 void Start()
 {
     sourse.volume = Cetag.In().at;
 }