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

Inheritance: IRIFFChunk
ファイルを表示 Open project: Nihlus/libwarcraft Class Usage Examples

Public Properties

Property Type Description
HighResVertexNormals List
LowResVertexNormals List

Public Methods

Method Description
GetSignature ( ) : string
LoadBinaryData ( byte inData ) : void
MapChunkVertexNormals ( ) : System.Collections.Generic
MapChunkVertexNormals ( 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

MapChunkVertexNormals() public method

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

MapChunkVertexNormals() public method

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

Property Details

HighResVertexNormals public_oe property

public List HighResVertexNormals
return List

LowResVertexNormals public_oe property

public List LowResVertexNormals
return List