Feel
5.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 More... | |
Public Attributes | |
string | TestID |
the name of the test, has to be unique More... | |
Stopwatch | Timer |
a stopwatch to compute time More... | |
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