Method Reset
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Reset(float)
Resets the clock to the specified stat time.
public void Reset(float startTime)
Parameters
startTime
floatThe start time.
Exceptions
- ArgumentException
startTime
is negative.