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