Method Seconds
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
Seconds(float)
Waits seconds of real time. Prefer this over Task.Delay in player code:
same intent, no timer, and it advances while the game is paused for the editor (real time, not
scaled time).
public static Task Seconds(float seconds)
Parameters
secondsfloat