C# Class ModelViewer.Cache.TexturePathCache

Mostra file Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Public Methods

Method Description
FillCache ( ) : void
GetTextureFolderId ( int texPath, int race ) : int
Init ( ) : void
Shutdown ( ) : void

Private Methods

Method Description
Insert ( DataTable varTexPath ) : void
InsertRow ( int raceID, int texPath, int texFolder ) : void

Method Details

FillCache() public static method

public static FillCache ( ) : void
return void

GetTextureFolderId() public static method

public static GetTextureFolderId ( int texPath, int race ) : int
texPath int
race int
return int

Init() public static method

public static Init ( ) : void
return void

Shutdown() public static method

public static Shutdown ( ) : void
return void