C# 클래스 Pokemon3D.Common.DataHandling.FileLoader

상속: FileProvider
파일 보기 프로젝트 열기: nilllzz/Pokemon3D

공개 메소드들

메소드 설명
FileLoader ( ) : Pokemon3D.Common.DataHandling
GetFile ( string filePath, bool forceReloadCached ) : DataLoadResult
GetFiles ( string filePaths ) : DataLoadResult[]
GetFilesOfFolder ( string folderPath ) : DataLoadResult[]

메소드 상세

FileLoader() 공개 메소드

public FileLoader ( ) : Pokemon3D.Common.DataHandling
리턴 Pokemon3D.Common.DataHandling

GetFile() 공개 메소드

public GetFile ( string filePath, bool forceReloadCached ) : DataLoadResult
filePath string
forceReloadCached bool
리턴 DataLoadResult

GetFiles() 공개 메소드

public GetFiles ( string filePaths ) : DataLoadResult[]
filePaths string
리턴 DataLoadResult[]

GetFilesOfFolder() 공개 메소드

public GetFilesOfFolder ( string folderPath ) : DataLoadResult[]
folderPath string
리턴 DataLoadResult[]