step method

void step(
  1. double d
)

Track the time a Layer has been active

Implementation

void step(double d) => time += d;