delta property

double get delta

Returns the delta time in seconds. Represents the completion time in seconds since the last simulation step.

Implementation

double get delta => _delta / 1000;