C# Class Warcraft.WDL.Chunks.WorldLODMapAreaHoles

Inheritance: IRIFFChunk, IBinarySerializable
Afficher le fichier Open project: Nihlus/libwarcraft

Méthodes publiques

Свойство Type Description
HoleMasks List

Méthodes publiques

Méthode 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 méthode

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

GetSignature() public méthode

public GetSignature ( ) : string
Résultat string

GetSize() public static méthode

public static GetSize ( ) : int
Résultat int

LoadBinaryData() public méthode

public LoadBinaryData ( byte inData ) : void
inData byte
Résultat void

Serialize() public méthode

public Serialize ( ) : byte[]
Résultat byte[]

WorldLODMapAreaHoles() public méthode

public WorldLODMapAreaHoles ( ) : System.Collections.Generic
Résultat System.Collections.Generic

WorldLODMapAreaHoles() public méthode

public WorldLODMapAreaHoles ( byte inData ) : System.Collections.Generic
inData byte
Résultat System.Collections.Generic

Property Details

HoleMasks public_oe property

public List HoleMasks
Résultat List