previousTick
A timestamp (in milliseconds since the epoch) of the previous tick.
now - previousTick is the elapsed time for the current tick, which is passed to Behaviour.tick.
A timestamp (in milliseconds since the epoch) of the previous tick.
now - previousTick is the elapsed time for the current tick, which is passed to Behaviour.tick.