C# Class Warcraft.BLS.BLS

Inheritance: IBinarySerializable
Mostra file Open project: Nihlus/libwarcraft

Public Properties

Property Type Description
Header BLSHeader
Shaders List

Public Methods

Method Description
BLS ( byte inData ) : System.Collections.Generic
Serialize ( ) : byte[]

Method Details

BLS() public method

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

Serialize() public method

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

Property Details

Header public_oe property

public BLSHeader,Warcraft.BLS Header
return BLSHeader

Shaders public_oe property

public List Shaders
return List