stoptimemeasurement - eisclimber/ExPresS-XR GitHub Wiki

Stopwatch.StopTimeMeasurement(bool)

Method in Stopwatch

Summary

Stops and resets the stopwatch, returns the final time measurement in seconds.

public float StopTimeMeasurement(bool _restart = false)

Parameters

Name Description
bool _restart Whether to restart or not.

Returns

The duration until the timer was stopped in seconds.

⚠️ **GitHub.com Fallback** ⚠️