Inherits Terraria.DataStructures.DrawAnimation.
|
| 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 () |
|
|
bool | NotActuallyAnimating |
|
bool | PingPong |
|
int | Frame |
|
int | FrameCount |
|
int | FrameCounter |
|
int | TicksPerFrame |
|
◆ GetFrame()
override Rectangle Terraria.DataStructures.DrawAnimationVertical.GetFrame |
( |
Texture2D |
texture, |
|
|
int |
frameCounterOverride = -1 |
|
) |
| |
|
virtual |
◆ Update()
override void Terraria.DataStructures.DrawAnimationVertical.Update |
( |
| ) |
|
|
virtual |