C# Class LOLFileReader.SKNFile

Show file Open project: utensil/lolmodelviewer Class Usage Examples

Public Properties

Property Type Description
endTab List
indices List
magic int
materialHeaders List
numIndices int
numMaterialHeaders int
numObjects short
numVertices int
version short
vertices List

Public Methods

Method Description
SKNFile ( ) : System

Method Details

SKNFile() public method

public SKNFile ( ) : System
return System

Property Details

endTab public property

public List endTab
return List

indices public property

public List indices
return List

magic public property

public int magic
return int

materialHeaders public property

public List materialHeaders
return List

numIndices public property

public int numIndices
return int

numMaterialHeaders public property

public int numMaterialHeaders
return int

numObjects public property

public short numObjects
return short

numVertices public property

public int numVertices
return int

version public property

public short version
return short

vertices public property

public List vertices
return List