Tick typedef

Tick = void Function(double dt)

Advances a node by the seconds elapsed since the last frame.

Implementation

typedef Tick = void Function(double dt);