Highroad Engine v1.3
Public Member Functions | Public Attributes | List of all members
MoreMountains.Tools.MMSpeedTestItem Struct Reference

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...
 

Detailed Description

A struct to store data associated to speed tests

Constructor & Destructor Documentation

◆ MMSpeedTestItem()

MoreMountains.Tools.MMSpeedTestItem.MMSpeedTestItem ( string  testID)

Creates a speed test with the specified ID and starts the timer

Parameters
testID

Member Data Documentation

◆ TestID

string MoreMountains.Tools.MMSpeedTestItem.TestID

the name of the test, has to be unique

◆ Timer

Stopwatch MoreMountains.Tools.MMSpeedTestItem.Timer

a stopwatch to compute time


The documentation for this struct was generated from the following file: