Returns the minimum recommended value. */
| 28 | |
| 29 | /** Returns the minimum recommended value. */ |
| 30 | virtual float getMinValue() { |
| 31 | return 0.f; |
| 32 | } |
| 33 | |
| 34 | /** Returns the maximum recommended value. */ |
| 35 | virtual float getMaxValue() { |
nothing calls this directly
no outgoing calls
no test coverage detected