C# Class DatDigger.Sections.Animation.MtbSection

Inheritance: SectionBase
Afficher le fichier Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Private Properties

Свойство Type Description
LoadStrings void

Méthodes publiques

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

Private Methods

Méthode Description
LoadStrings ( BinaryReaderEx reader, int offsets, List list ) : void

Method Details

FindSection() public méthode

public FindSection ( string sectionName, int skip ) : MtbSubSection
sectionName string
skip int
Résultat MtbSubSection

FindSectionNameIndex() public méthode

public FindSectionNameIndex ( string sectionName ) : int
sectionName string
Résultat int

LoadSection() public méthode

public LoadSection ( BinaryReaderEx reader ) : void
reader BinaryReaderEx
Résultat void