|
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 Texture_Layout:Public Member Functions | |
| Texture_Layout () | |
| void | Copy (Texture_Layout other) |
| Texture_Layout (string defaultTextureId) | |
| void | Write (BinaryWriter writer) |
| void | Load (int version, BinaryReader reader) |
Static Public Member Functions | |
| static void | Setup (ContentManager manager) |
Public Attributes | |
| string | TextureId |
Properties | |
| Texture2D | Texture [get, set] |
Static Private Member Functions | |
| static | Texture_Layout () |
Private Attributes | |
| Texture2D | _texture |
| string | _lastTextureId |
Static Private Attributes | |
| static ContentManager | _contentManager |
| static Dictionary< string, Texture2D > | _textureDictionary |
Definition at line 15 of file Texture_Layout.cs.