C# Class DatDigger.Sections.Texture.TextureSection

Inheritance: SectionBase
Mostra file Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
LoadSection ( BinaryReaderEx reader ) : void
TextureSection ( ) : System.Collections.Generic
TextureSection ( string resourceName, GtexData gtex ) : System.Collections.Generic

Method Details

LoadSection() public method

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

TextureSection() public method

public TextureSection ( ) : System.Collections.Generic
return System.Collections.Generic

TextureSection() public method

public TextureSection ( string resourceName, GtexData gtex ) : System.Collections.Generic
resourceName string
gtex GtexData
return System.Collections.Generic