C# 클래스 Warcraft.WDL.Chunks.WorldLODMapAreaHoles

상속: IRIFFChunk, IBinarySerializable
파일 보기 프로젝트 열기: Nihlus/libwarcraft

공개 프로퍼티들

프로퍼티 타입 설명
HoleMasks List

공개 메소드들

메소드 설명
CreateEmpty ( ) : WorldLODMapAreaHoles

Creates an empty hole chunk, where all values are set to 0.

GetSignature ( ) : string
GetSize ( ) : int
LoadBinaryData ( byte inData ) : void
Serialize ( ) : byte[]
WorldLODMapAreaHoles ( ) : System.Collections.Generic
WorldLODMapAreaHoles ( byte inData ) : System.Collections.Generic

메소드 상세

CreateEmpty() 공개 정적인 메소드

Creates an empty hole chunk, where all values are set to 0.
public static CreateEmpty ( ) : WorldLODMapAreaHoles
리턴 WorldLODMapAreaHoles

GetSignature() 공개 메소드

public GetSignature ( ) : string
리턴 string

GetSize() 공개 정적인 메소드

public static GetSize ( ) : int
리턴 int

LoadBinaryData() 공개 메소드

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

Serialize() 공개 메소드

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

WorldLODMapAreaHoles() 공개 메소드

public WorldLODMapAreaHoles ( ) : System.Collections.Generic
리턴 System.Collections.Generic

WorldLODMapAreaHoles() 공개 메소드

public WorldLODMapAreaHoles ( byte inData ) : System.Collections.Generic
inData byte
리턴 System.Collections.Generic

프로퍼티 상세

HoleMasks 공개적으로 프로퍼티

public List HoleMasks
리턴 List