C# Class DatDigger.Sections.Animation.MtbSection

Inheritance: SectionBase
Datei anzeigen Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Private Properties

Property Type Description
LoadStrings void

Public Methods

Method Description
FindSection ( string sectionName, int skip ) : MtbSubSection
FindSectionNameIndex ( string sectionName ) : int
LoadSection ( BinaryReaderEx reader ) : void

Private Methods

Method Description
LoadStrings ( BinaryReaderEx reader, int offsets, List list ) : void

Method Details

FindSection() public method

public FindSection ( string sectionName, int skip ) : MtbSubSection
sectionName string
skip int
return MtbSubSection

FindSectionNameIndex() public method

public FindSectionNameIndex ( string sectionName ) : int
sectionName string
return int

LoadSection() public method

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