public static Modifier Linear(float min, float max) { var instance = new Modifier(); instance.min = min; instance.max = max; return instance; }