forward method

void forward()

Run this effect in its forward direction.

If the effect was disabled, it is automatically enabled.

Implementation

void forward() {
  _forward = true;
  enabled = true;
}