![]() |
Feel 5.9.1
The best way to improve your game's feel and make it extra juicy
|
A struct to store data associated to speed tests. More...
Public Member Functions | |
| MMSpeedTestItem (string testID) | |
| Creates a speed test with the specified ID and starts the timer. | |
Public Attributes | |
| string | TestID |
| the name of the test, has to be unique | |
| Stopwatch | Timer |
| a stopwatch to compute time | |
A struct to store data associated to speed tests.
| MoreMountains.Tools.MMSpeedTestItem.MMSpeedTestItem | ( | string | testID | ) |
Creates a speed test with the specified ID and starts the timer.
| testID |
| string MoreMountains.Tools.MMSpeedTestItem.TestID |
the name of the test, has to be unique
| Stopwatch MoreMountains.Tools.MMSpeedTestItem.Timer |
a stopwatch to compute time