예제 #1
0
 public void SetMinMaxFilter(float min, float max)
 {
     grid.minFilter = min;
     grid.maxFilter = max;
     grid.FilterChanged();
 }