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
|
Public Member Functions | |
void | Dispose () |
override string | ToString () |
Protected Member Functions | |
Texture () | |
Package Functions | |
int | GetPitch (int width) |
override void | GraphicsDeviceResetting () |
Static Package Functions | |
static int | CalculateMipLevels (int width, int height=0, int depth=0) |
static void | GetSizeForLevel (int width, int height, int level, out int w, out int h) |
static void | GetSizeForLevel (int width, int height, int depth, int level, out int w, out int h, out int d) |
Package Attributes | |
SurfaceFormat | _format |
int | _levelCount |
Properties | |
int | SortingKey [get, set] |
SurfaceFormat | Format [get, set] |
int | LevelCount [get, set] |
EventHandler< EventArgs > | Disposing [set] |
GraphicsDevice | GraphicsDevice [get, set] |
string | Name [get, set] |
object | Tag [get, set] |
Private Attributes | |
readonly int | _sortingKey |
GraphicsDevice | graphicsDevice |
string< Name > | k__BackingField |
object< Tag > | k__BackingField |
Static Private Attributes | |
static int | _lastSortingKey |
Definition at line 9 of file Texture.cs.