C# Class Warcraft.ADT.Chunks.Subchunks.MapChunkVertexLighting

Inheritance: IRIFFChunk
显示文件 Open project: Nihlus/libwarcraft Class Usage Examples

Public Properties

Property Type Description
HighResVertexLights List
LowResVertexLights List

Public Methods

Method Description
GetSignature ( ) : string
LoadBinaryData ( byte inData ) : void
MapChunkVertexLighting ( ) : System.Collections.Generic
MapChunkVertexLighting ( byte inData ) : System.Collections.Generic

Method Details

GetSignature() public method

public GetSignature ( ) : string
return string

LoadBinaryData() public method

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

MapChunkVertexLighting() public method

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

MapChunkVertexLighting() public method

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

Property Details

HighResVertexLights public_oe property

public List HighResVertexLights
return List

LowResVertexLights public_oe property

public List LowResVertexLights
return List