terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
SpriteFrame (byte columns, byte rows) | |
SpriteFrame (byte columns, byte rows, byte currentColumn, byte currentRow) | |
SpriteFrame | With (byte columnToUse, byte rowToUse) |
Rectangle | GetSourceRectangle (Texture2D texture) |
Public Attributes | |
int | PaddingX |
int | PaddingY |
readonly byte | ColumnCount |
readonly byte | RowCount |
Properties | |
byte | CurrentColumn [get, set] |
byte | CurrentRow [get, set] |
Private Attributes | |
byte | _currentColumn |
byte | _currentRow |
Definition at line 8 of file SpriteFrame.cs.