moveAlongCurve method

dynamic moveAlongCurve(
  1. dynamic amount
)

Implementation

moveAlongCurve(amount) {
  uniforms["pathOffset"]["value"] += amount;
}