Clock.Restart Method

SFML.Net

ClockRestart Method
This function puts the time counter back to zero.

Namespace: SFML.System
Assembly: sfmlnet-system-2 (in sfmlnet-system-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public Time Restart()
Public Function Restart As Time
public:
Time Restart()
member Restart : unit -> Time 

Return Value

Type: Time
Time elapsed since the clock was started.
See Also