C# 클래스 ModelViewer.Cache.TexturePathCache

파일 보기 프로젝트 열기: nohbdy/ffxivmodelviewer 1 사용 예제들

공개 메소드들

메소드 설명
FillCache ( ) : void
GetTextureFolderId ( int texPath, int race ) : int
Init ( ) : void
Shutdown ( ) : void

비공개 메소드들

메소드 설명
Insert ( DataTable varTexPath ) : void
InsertRow ( int raceID, int texPath, int texFolder ) : void

메소드 상세

FillCache() 공개 정적인 메소드

public static FillCache ( ) : void
리턴 void

GetTextureFolderId() 공개 정적인 메소드

public static GetTextureFolderId ( int texPath, int race ) : int
texPath int
race int
리턴 int

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

Shutdown() 공개 정적인 메소드

public static Shutdown ( ) : void
리턴 void