C# 클래스 ModelViewer.Cache.EquipParamCache

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

공개 메소드들

메소드 설명
FillCache ( ) : void
GetById ( int modelId ) : EquipParam
Init ( ) : void
Shutdown ( ) : void

비공개 메소드들

메소드 설명
InsertRow ( EquipParam row ) : void

메소드 상세

FillCache() 공개 정적인 메소드

public static FillCache ( ) : void
리턴 void

GetById() 공개 정적인 메소드

public static GetById ( int modelId ) : EquipParam
modelId int
리턴 DatDigger.Sections.Model.EquipParam

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

Shutdown() 공개 정적인 메소드

public static Shutdown ( ) : void
리턴 void