C# Class DatDigger.Sections.Skeleton.SkeletonSection

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

Private Properties

Property Type Description
LoadBones void
LoadHeader void
LoadStringTable void

Public Methods

Method Description
LoadSection ( BinaryReaderEx reader ) : void

Private Methods

Method Description
LoadBones ( BinaryReaderEx reader ) : void
LoadHeader ( BinaryReaderEx reader ) : void
LoadStringTable ( BinaryReaderEx reader ) : void

Method Details

LoadSection() public method

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