Example #1
0
 /*
  * This is the setter for the smoothing factor, it sends the new value to the filter MonoBehaviour component, so it can set the new value in the filter.
  */
 public void SetA(float a)
 {
     lowPassFilterMonoBehaviour.SetA(a);
 }