Returns the maximum recommended value. */
| 33 | |
| 34 | /** Returns the maximum recommended value. */ |
| 35 | virtual float getMaxValue() { |
| 36 | return 1.f; |
| 37 | } |
| 38 | |
| 39 | /** Returns the default value, for resetting. */ |
| 40 | virtual float getDefaultValue() { |
nothing calls this directly
no outgoing calls
no test coverage detected