C# Class Warcraft.MDX.Visual.MDXTextureUnit

Show file Open project: Nihlus/libwarcraft

Public Properties

Property Type Description
ColorIndex short
Flags ETextureUnitFlags
Layer ushort
OPCount ushort
RenderFlagsIndex ushort
RenderOrder short
SubmeshIndex ushort
TextureLookupTableIndex ushort
TextureUnitLookupTableIndex ushort
TransparencyLookupTableIndex ushort
UVAnimationLookupTableIndex ushort
UnknownIndex ushort

Public Methods

Method Description
MDXTextureUnit ( byte data ) : System

Method Details

MDXTextureUnit() public method

public MDXTextureUnit ( byte data ) : System
data byte
return System

Property Details

ColorIndex public property

public short ColorIndex
return short

Flags public property

public ETextureUnitFlags Flags
return ETextureUnitFlags

Layer public property

public ushort Layer
return ushort

OPCount public property

public ushort OPCount
return ushort

RenderFlagsIndex public property

public ushort RenderFlagsIndex
return ushort

RenderOrder public property

public short RenderOrder
return short

SubmeshIndex public property

public ushort SubmeshIndex
return ushort

TextureLookupTableIndex public property

public ushort TextureLookupTableIndex
return ushort

TextureUnitLookupTableIndex public property

public ushort TextureUnitLookupTableIndex
return ushort

TransparencyLookupTableIndex public property

public ushort TransparencyLookupTableIndex
return ushort

UVAnimationLookupTableIndex public property

public ushort UVAnimationLookupTableIndex
return ushort

UnknownIndex public property

public ushort UnknownIndex
return ushort