reckonTime property

double get reckonTime

The server-clock instant this input was stamped at.

Use it, not the current time, for anything that queries other entities' positions — it is stable across replays, so the same input always reaches the same verdict.

Implementation

double get reckonTime => _handle.ref.reckon_time;