|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| DrawAnimationVertical (int ticksperframe, int frameCount, bool pingPong=false) | |
| override void | Update () |
| override Rectangle | GetFrame (Texture2D texture, int frameCounterOverride=-1) |
Public Attributes | |
| bool | PingPong |
| bool | NotActuallyAnimating |
| int | Frame |
| int | FrameCount |
| int | TicksPerFrame |
| int | FrameCounter |
Definition at line 6 of file DrawAnimationVertical.cs.