reverse method
Run this effect in its reverse direction.
If the effect was disabled, it is automatically enabled.
Implementation
void reverse() {
_forward = false;
enabled = true;
}
Run this effect in its reverse direction.
If the effect was disabled, it is automatically enabled.
void reverse() {
_forward = false;
enabled = true;
}