Method AddTime
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
AddTime(float)
Adds time to this clock. This will extend the time the clock expires by the given amount.
public void AddTime(float timeIncrement)
Parameters
timeIncrement
floatThe time increment.