Feel 5.9.1
The best way to improve your game's feel and make it extra juicy
Loading...
Searching...
No Matches
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.

Public Attributes

string TestID
 the name of the test, has to be unique
Stopwatch Timer
 a stopwatch to compute time

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:
  • H:/Code/MoreMountains/feel/Assets/Feel/MMTools/Accessories/MMPerformance/MMSpeedTest.cs