C# Class DatDigger.Sections.Texture.GtexData

Inheritance: INavigable
显示文件 Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetDataOffset ( ) : void
LoadMipMapData ( BinaryReaderEx reader ) : void
LoadSection ( BinaryReaderEx reader ) : void
LoadTextureData ( BinaryReaderEx reader ) : void

Method Details

GetDataOffset() public method

public GetDataOffset ( ) : void
return void

LoadMipMapData() public method

public LoadMipMapData ( BinaryReaderEx reader ) : void
reader BinaryReaderEx
return void

LoadSection() public method

public LoadSection ( BinaryReaderEx reader ) : void
reader BinaryReaderEx
return void

LoadTextureData() public method

public LoadTextureData ( BinaryReaderEx reader ) : void
reader BinaryReaderEx
return void