C# 클래스 DatDigger.Sections.Animation.MtbSection

상속: SectionBase
파일 보기 프로젝트 열기: nohbdy/ffxivmodelviewer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
LoadStrings void

공개 메소드들

메소드 설명
FindSection ( string sectionName, int skip ) : MtbSubSection
FindSectionNameIndex ( string sectionName ) : int
LoadSection ( BinaryReaderEx reader ) : void

비공개 메소드들

메소드 설명
LoadStrings ( BinaryReaderEx reader, int offsets, List list ) : void

메소드 상세

FindSection() 공개 메소드

public FindSection ( string sectionName, int skip ) : MtbSubSection
sectionName string
skip int
리턴 MtbSubSection

FindSectionNameIndex() 공개 메소드

public FindSectionNameIndex ( string sectionName ) : int
sectionName string
리턴 int

LoadSection() 공개 메소드

public LoadSection ( BinaryReaderEx reader ) : void
reader BinaryReaderEx
리턴 void