Method | Description | |
---|---|---|
FileLoader ( ) : Pokemon3D.Common.DataHandling | ||
GetFile ( string filePath, bool forceReloadCached ) : DataLoadResult | ||
GetFiles ( string filePaths ) : DataLoadResult[] | ||
GetFilesOfFolder ( string folderPath ) : DataLoadResult[] |
public FileLoader ( ) : Pokemon3D.Common.DataHandling | ||
return | Pokemon3D.Common.DataHandling |
public GetFile ( string filePath, bool forceReloadCached ) : DataLoadResult | ||
filePath | string | |
forceReloadCached | bool | |
return | DataLoadResult |
public GetFiles ( string filePaths ) : DataLoadResult[] | ||
filePaths | string | |
return | DataLoadResult[] |
public GetFilesOfFolder ( string folderPath ) : DataLoadResult[] | ||
folderPath | string | |
return | DataLoadResult[] |