|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for Terraria.DataStructures.SpriteFrame: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 13 of file SpriteFrame.cs.