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 | |
FileSystemContentSource (string basePath) | |
bool | HasAsset (string assetName) |
string | GetExtension (string assetName) |
Stream | OpenStream (string assetName) |
void | RejectAsset (string assetName, IRejectionReason reason) |
void | ClearRejections () |
bool | TryGetRejections (List< string > rejectionReasons) |
Properties | |
IContentValidator | ContentValidator [get, set] |
int | FileCount [get] |
Private Member Functions | |
void | BuildNameToAbsolutePathDictionary () |
Private Attributes | |
IContentValidator< ContentValidator > | k__BackingField |
readonly string | _basePath |
readonly Dictionary< string, string > | _nameToAbsolutePath |
readonly RejectedAssetCollection | _rejections |
Definition at line 9 of file FileSystemContentSource.cs.