update method

void update(
  1. double ds
)

Update the state of this Layer. The provided value, ds, is the elapsed time in (fractional) seconds since the last call to update.

Implementation

void update(double ds) {}