C# Class ModelViewer.Cache.EquipParamCache

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

Méthodes publiques

Méthode Description
FillCache ( ) : void
GetById ( int modelId ) : EquipParam
Init ( ) : void
Shutdown ( ) : void

Private Methods

Méthode Description
InsertRow ( EquipParam row ) : void

Method Details

FillCache() public static méthode

public static FillCache ( ) : void
Résultat void

GetById() public static méthode

public static GetById ( int modelId ) : EquipParam
modelId int
Résultat DatDigger.Sections.Model.EquipParam

Init() public static méthode

public static Init ( ) : void
Résultat void

Shutdown() public static méthode

public static Shutdown ( ) : void
Résultat void