Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
TimeSpan | GetElapsedTime () |
TimeSpan | GetElapsedTime () |
TimeSpan | GetElapsedTime () |
Static Public Member Functions | |
static Microsoft.Extensions.Internal.ValueStopwatch | StartNew () |
static ValueStopwatch | StartNew () |
static ValueStopwatch | StartNew () |
Properties | |
bool | IsActive [get] |
Private Member Functions | |
ValueStopwatch (long startTimestamp) | |
ValueStopwatch (long startTimestamp) | |
ValueStopwatch (long startTimestamp) | |
Private Attributes | |
long | _startTimestamp |
Static Private Attributes | |
static readonly double | TimestampToTicks = 10000000.0 / (double)Stopwatch.Frequency |
Definition at line 6 of file ValueStopwatch.cs.