Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static void | TapUpdate (GameTime gt) |
static void | TapUpdateEnd (GameTime gt) |
static void | TapDraw (GameTime gt) |
static void | Update (GameTime gt) |
Static Private Attributes | |
static List< double > | _tapUpdates = new List<double>() |
static List< double > | _tapUpdateEnds = new List<double>() |
static List< double > | _tapDraws = new List<double>() |
static int | conU |
static int | conUH |
static int | conD |
static int | conDH |
static int | race |
Definition at line 7 of file TestHighFPSIssues.cs.