C# 클래스 Warcraft.ADT.Chunks.Subchunks.TextureLayerEntry

Texture layer entry, representing a ground texture in the chunk.
파일 보기 프로젝트 열기: Nihlus/libwarcraft 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AlphaMapOffset uint
EffectID Warcraft.DBC.SpecialFields.UInt16ForeignKey
Flags TextureLayerFlags
TextureID uint
Unused ushort

공개 메소드들

메소드 설명
GetSize ( ) : int

Gets the size of a texture layer entry.

TextureLayerEntry ( byte data ) : System

메소드 상세

GetSize() 공개 정적인 메소드

Gets the size of a texture layer entry.
public static GetSize ( ) : int
리턴 int

TextureLayerEntry() 공개 메소드

public TextureLayerEntry ( byte data ) : System
data byte
리턴 System

프로퍼티 상세

AlphaMapOffset 공개적으로 프로퍼티

Offset into MCAL where the alpha map begins.
public uint AlphaMapOffset
리턴 uint

EffectID 공개적으로 프로퍼티

Ground effect ID. This is a foreign key entry into GroundEffectTexture::ID.
public UInt16ForeignKey,Warcraft.DBC.SpecialFields EffectID
리턴 Warcraft.DBC.SpecialFields.UInt16ForeignKey

Flags 공개적으로 프로퍼티

Flags for the texture. Used for animation data.
public TextureLayerFlags Flags
리턴 TextureLayerFlags

TextureID 공개적으로 프로퍼티

Index of the texture in the MTEX chunk
public uint TextureID
리턴 uint

Unused 공개적으로 프로퍼티

A currently unused value.
public ushort Unused
리턴 ushort