Immediately disables the pulse */
| 425 | |
| 426 | /** Immediately disables the pulse */ |
| 427 | void reset() { |
| 428 | remaining = 0.f; |
| 429 | } |
| 430 | |
| 431 | /** Advances the state by `deltaTime`. Returns whether the pulse is in the HIGH state. */ |
| 432 | simd::float_4 process(float deltaTime) { |
nothing calls this directly
no outgoing calls
no test coverage detected