Exemple #1
0
 public void lowPassIsEnabledUpdater(bool b)
 {
     Debug.Log("Updating low pass filter state, is enabled: " + b);
     lowPassFilter.SetIsFilterActive(b);
 }