C# 클래스 Warcraft.WMO.GroupFile.Chunks.MPBG

상속: IRIFFChunk, IBinarySerializable
파일 보기 프로젝트 열기: Nihlus/libwarcraft 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Data byte[]

공개 메소드들

메소드 설명
GetSignature ( ) : string
LoadBinaryData ( byte inData ) : void
MPBG ( ) : Warcraft.Core.Interfaces
MPBG ( byte inData ) : Warcraft.Core.Interfaces
Serialize ( ) : byte[]

메소드 상세

GetSignature() 공개 메소드

public GetSignature ( ) : string
리턴 string

LoadBinaryData() 공개 메소드

public LoadBinaryData ( byte inData ) : void
inData byte
리턴 void

MPBG() 공개 메소드

public MPBG ( ) : Warcraft.Core.Interfaces
리턴 Warcraft.Core.Interfaces

MPBG() 공개 메소드

public MPBG ( byte inData ) : Warcraft.Core.Interfaces
inData byte
리턴 Warcraft.Core.Interfaces

Serialize() 공개 메소드

public Serialize ( ) : byte[]
리턴 byte[]

프로퍼티 상세

Data 공개적으로 프로퍼티

public byte[] Data
리턴 byte[]