C# Class ModelViewer.Cache.TexturePathCache

Afficher le fichier Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Méthodes publiques

Méthode Description
FillCache ( ) : void
GetTextureFolderId ( int texPath, int race ) : int
Init ( ) : void
Shutdown ( ) : void

Private Methods

Méthode Description
Insert ( DataTable varTexPath ) : void
InsertRow ( int raceID, int texPath, int texFolder ) : void

Method Details

FillCache() public static méthode

public static FillCache ( ) : void
Résultat void

GetTextureFolderId() public static méthode

public static GetTextureFolderId ( int texPath, int race ) : int
texPath int
race int
Résultat int

Init() public static méthode

public static Init ( ) : void
Résultat void

Shutdown() public static méthode

public static Shutdown ( ) : void
Résultat void