C# 클래스 TextEditor2.BMCParser

파일 보기 프로젝트 열기: Sage-of-Mirrors/TheWindWaker_Text_Editor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
colorList List

공개 메소드들

메소드 설명
BMCExporter ( List ExportList ) : byte[]
BMCParser ( EndianBinaryReader reader ) : System
ExportBMC ( List colorList, EndianBinaryWriter writer ) : void
GetColorList ( ) : List

메소드 상세

BMCExporter() 공개 메소드

public BMCExporter ( List ExportList ) : byte[]
ExportList List
리턴 byte[]

BMCParser() 공개 메소드

public BMCParser ( EndianBinaryReader reader ) : System
reader EndianBinaryReader
리턴 System

ExportBMC() 공개 메소드

public ExportBMC ( List colorList, EndianBinaryWriter writer ) : void
colorList List
writer EndianBinaryWriter
리턴 void

GetColorList() 공개 메소드

public GetColorList ( ) : List
리턴 List

프로퍼티 상세

colorList 공개적으로 프로퍼티

public List colorList
리턴 List