C# 클래스 AoMEngineLibrary.Graphics.Brg.BrgBinaryReader

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

공개 메소드들

메소드 설명
BrgBinaryReader ( EndianBitConverter bitConvertor, System stream ) : System
ReadColor3D ( ) : Color3D
ReadHalf ( ) : float
ReadMaterialSFX ( ) : BrgMatSFX
ReadString ( byte terminator = 0x0 ) : string
ReadString ( int length ) : string
ReadTexel ( ) : Texel
ReadUserDataEntry ( bool isParticle ) : BrgUserDataEntry
ReadVector2D ( bool isHalf = false ) : Vector2D
ReadVector3D ( bool isAom = true, bool isHalf = false ) : Vector3D

메소드 상세

BrgBinaryReader() 공개 메소드

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

ReadColor3D() 공개 메소드

public ReadColor3D ( ) : Color3D
리턴 AoMEngineLibrary.Graphics.Model.Color3D

ReadHalf() 공개 메소드

public ReadHalf ( ) : float
리턴 float

ReadMaterialSFX() 공개 메소드

public ReadMaterialSFX ( ) : BrgMatSFX
리턴 BrgMatSFX

ReadString() 공개 메소드

public ReadString ( byte terminator = 0x0 ) : string
terminator byte
리턴 string

ReadString() 공개 메소드

public ReadString ( int length ) : string
length int
리턴 string

ReadTexel() 공개 메소드

public ReadTexel ( ) : Texel
리턴 Texel

ReadUserDataEntry() 공개 메소드

public ReadUserDataEntry ( bool isParticle ) : BrgUserDataEntry
isParticle bool
리턴 BrgUserDataEntry

ReadVector2D() 공개 메소드

public ReadVector2D ( bool isHalf = false ) : Vector2D
isHalf bool
리턴 Vector2D

ReadVector3D() 공개 메소드

public ReadVector3D ( bool isAom = true, bool isHalf = false ) : Vector3D
isAom bool
isHalf bool
리턴 Vector3D