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 | |
ResourcePack (IServiceProvider services, string path) | |
void | Refresh () |
IContentSource | GetContentSource () |
Public Attributes | |
readonly string | FullPath |
readonly string | FileName |
Properties | |
Texture2D | Icon [get, set] |
string | Name [get, set, private set] |
string | Description [get, set, private set] |
string | Author [get, set, private set] |
ResourcePackVersion | Version [get, set, private set] |
bool | IsEnabled [get, set] |
int | SortingOrder [get, set] |
Private Member Functions | |
Texture2D | CreateIcon () |
void | LoadManifest () |
Stream | OpenStream (string fileName) |
bool | HasFile (string fileName) |
Private Attributes | |
string< Name > | k__BackingField |
string< Description > | k__BackingField |
string< Author > | k__BackingField |
ResourcePackVersion< Version > | k__BackingField |
bool< IsEnabled > | k__BackingField |
int< SortingOrder > | k__BackingField |
readonly IServiceProvider | _services |
readonly bool | _isCompressed |
readonly ZipFile | _zipFile |
Texture2D | _icon |
IContentSource | _contentSource |
bool | _needsReload |
Static Private Attributes | |
const string | ICON_FILE_NAME = "icon.png" |
const string | PACK_FILE_NAME = "pack.json" |
Definition at line 17 of file ResourcePack.cs.