C# 클래스 DatDigger.Sections.Resource.ResourceSection

상속: SectionBase
파일 보기 프로젝트 열기: nohbdy/ffxivmodelviewer

Private Properties

프로퍼티 타입 설명
LoadHeader void
LoadResourceIds void
LoadResourceInfo void
LoadResourceTypes void
LoadResources void
LoadStringTable void

공개 메소드들

메소드 설명
LoadSection ( BinaryReaderEx reader ) : void

비공개 메소드들

메소드 설명
LoadHeader ( BinaryReaderEx reader ) : void
LoadResourceIds ( BinaryReaderEx reader ) : void
LoadResourceInfo ( BinaryReaderEx reader ) : void
LoadResourceTypes ( BinaryReaderEx reader ) : void
LoadResources ( BinaryReaderEx reader ) : void
LoadStringTable ( BinaryReaderEx reader ) : void

메소드 상세

LoadSection() 공개 메소드

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