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