C# Class Warcraft.WMO.GroupFile.Chunks.PolygonMaterial

Inheritance: IBinarySerializable
Mostra file Open project: Nihlus/libwarcraft Class Usage Examples

Public Properties

Property Type Description
Flags PolygonMaterialFlags
MaterialIndex byte

Public Methods

Method Description
GetSize ( ) : int
PolygonMaterial ( byte inData ) : System.Collections.Generic
Serialize ( ) : byte[]

Method Details

GetSize() public static method

public static GetSize ( ) : int
return int

PolygonMaterial() public method

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

Serialize() public method

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

Property Details

Flags public_oe property

public PolygonMaterialFlags Flags
return PolygonMaterialFlags

MaterialIndex public_oe property

public byte MaterialIndex
return byte