tModLoader v2024.10
A mod to make and play Terraria mods
|
Inherits DrawAnimation.
Public Member Functions | |
DrawAnimationVertical (int ticksperframe, int frameCount, bool pingPong=false) | |
override Rectangle | GetFrame (Texture2D texture, int frameCounterOverride=-1) |
override void | Update () |
virtual Rectangle | GetFrame (Texture2D texture, int frameCounterOverride=-1) |
virtual void | Update () |
Public Attributes | |
bool | NotActuallyAnimating |
bool | PingPong |
Public Attributes inherited from DrawAnimation | |
int | Frame |
int | FrameCount |
int | FrameCounter |
int | TicksPerFrame |
|
virtual |
Reimplemented from DrawAnimation.
|
virtual |
Reimplemented from DrawAnimation.