C# Class ModelViewer.Cache.VarEquip

Exibir arquivo Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Public Methods

Method Description
FromDataReader ( SQLiteDataReader reader ) : VarEquip
FromDataRow ( System row ) : VarEquip
GetMaterialValue ( int offset, int meshIndex, float originalValue ) : float

Method Details

FromDataReader() public static method

public static FromDataReader ( SQLiteDataReader reader ) : VarEquip
reader SQLiteDataReader
return VarEquip

FromDataRow() public static method

public static FromDataRow ( System row ) : VarEquip
row System
return VarEquip

GetMaterialValue() public method

public GetMaterialValue ( int offset, int meshIndex, float originalValue ) : float
offset int
meshIndex int
originalValue float
return float