Beispiel #1
0
 public Layer(string busPath)
 {
     _bus       = FMODUtil.GetBus(busPath);
     _volume    = 1f;
     _maxVolume = 1f;
 }