Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static void | Update (GameTime gameTime) |
static void | CheckReset (GameTime gameTime) |
static void | UpdateServerTest () |
Static Private Attributes | |
static int | LastRecordedSecondNumber |
static float | CallsThisSecond |
static float | DeltasThisSecond |
static List< float > | DeltaSamples = new List<float>() |
const int | SamplesCount = 5 |
static MultiTimer | serverFramerateTest = new MultiTimer(60) |
Definition at line 8 of file FrameSkipTest.cs.