public void SetMinMaxFilter(float min, float max) { grid.minFilter = min; grid.maxFilter = max; grid.FilterChanged(); }