Stride.Games.Time Namespace
Classes
Represent an absolute time measurement stopwatch. (with as few internal overhead as possible) It measures elapsed time in seconds between calls to Start method and Elapsed property. |
||
This provides timing information similar to System.Diagnostics.Stopwatch but an update occurring only on a Tick() method. |