C# Class Warcraft.WDL.Chunks.WorldLODMapAreaHoles

Inheritance: IRIFFChunk, IBinarySerializable
ファイルを表示 Open project: Nihlus/libwarcraft

Public Properties

Property Type Description
HoleMasks List

Public Methods

Method Description
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

Method Details

CreateEmpty() public static method

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

GetSignature() public method

public GetSignature ( ) : string
return string

GetSize() public static method

public static GetSize ( ) : int
return int

LoadBinaryData() public method

public LoadBinaryData ( byte inData ) : void
inData byte
return void

Serialize() public method

public Serialize ( ) : byte[]
return byte[]

WorldLODMapAreaHoles() public method

public WorldLODMapAreaHoles ( ) : System.Collections.Generic
return System.Collections.Generic

WorldLODMapAreaHoles() public method

public WorldLODMapAreaHoles ( byte inData ) : System.Collections.Generic
inData byte
return System.Collections.Generic

Property Details

HoleMasks public_oe property

public List HoleMasks
return List