C# 클래스 Warcraft.BLS.BLSHeader

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

공개 프로퍼티들

프로퍼티 타입 설명
ContainerFormat ShaderContainerFormat
ShaderBlockCount uint
Version uint

공개 메소드들

메소드 설명
BLSHeader ( byte inData ) : System.IO
GetSize ( ) : int
Serialize ( ) : byte[]

메소드 상세

BLSHeader() 공개 메소드

public BLSHeader ( byte inData ) : System.IO
inData byte
리턴 System.IO

GetSize() 공개 정적인 메소드

public static GetSize ( ) : int
리턴 int

Serialize() 공개 메소드

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

프로퍼티 상세

ContainerFormat 공개적으로 프로퍼티

public ShaderContainerFormat ContainerFormat
리턴 ShaderContainerFormat

ShaderBlockCount 공개적으로 프로퍼티

public uint ShaderBlockCount
리턴 uint

Version 공개적으로 프로퍼티

public uint Version
리턴 uint