C# 클래스 AoMEngineLibrary.Graphics.Prt.PrtBinaryWriter

상속: MiscUtil.IO.EndianBinaryWriter
파일 보기 프로젝트 열기: Ryder25/Age-of-Mythology 1 사용 예제들

공개 메소드들

메소드 설명
PrtBinaryWriter ( EndianBitConverter bitConvertor, System stream ) : System
Write ( string str ) : void
WriteTexel ( Texel t ) : void

메소드 상세

PrtBinaryWriter() 공개 메소드

public PrtBinaryWriter ( EndianBitConverter bitConvertor, System stream ) : System
bitConvertor MiscUtil.Conversion.EndianBitConverter
stream System
리턴 System

Write() 공개 메소드

public Write ( string str ) : void
str string
리턴 void

WriteTexel() 공개 메소드

public WriteTexel ( Texel t ) : void
t Texel
리턴 void