C# Class Warcraft.ADT.Chunks.HeightDepthUVVertexData

Inheritance: LiquidVertexData
显示文件 Open project: Nihlus/libwarcraft

Public Properties

Property Type Description
Depthmap List
Heightmap List
UVMap ushort>>.List

Public Methods

Method Description
GetBlockSize ( byte Width, byte Height ) : int
HeightDepthUVVertexData ( byte data, byte Width, byte Height ) : System

Method Details

GetBlockSize() public static method

public static GetBlockSize ( byte Width, byte Height ) : int
Width byte
Height byte
return int

HeightDepthUVVertexData() public method

public HeightDepthUVVertexData ( byte data, byte Width, byte Height ) : System
data byte
Width byte
Height byte
return System

Property Details

Depthmap public_oe property

public List Depthmap
return List

Heightmap public_oe property

public List Heightmap
return List

UVMap public_oe property

public List> UVMap
return ushort>>.List