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
Loading...
Searching...
No Matches
ReLogic.Content.Sources.FileSystemContentSource Class Reference
+ Inheritance diagram for ReLogic.Content.Sources.FileSystemContentSource:
+ Collaboration diagram for ReLogic.Content.Sources.FileSystemContentSource:

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, set]
 

Private Member Functions

void BuildNameToAbsolutePathDictionary ()
 

Private Attributes

IContentValidator< ContentValidatork__BackingField
 
readonly string _basePath
 
readonly Dictionary< string, string > _nameToAbsolutePath
 
readonly RejectedAssetCollection _rejections
 

Detailed Description

Definition at line 12 of file FileSystemContentSource.cs.


The documentation for this class was generated from the following file: