C# Class WWActorEdit.EnvRChunk

The EnvR (short for Environment) chunk contains indexes of different color pallets to use in different weather situations.
Inheritance: IChunkType
Afficher le fichier Open project: pho/WindViewer Class Usage Examples

Méthodes publiques

Свойство Type Description
ClearColorIndexA byte
ClearColorIndexB byte
RainingColorIndexA byte
RainingColorIndexB byte
SnowingColorIndexA byte
SnowingColorIndexB byte
UnknownColorIndexA byte
UnknownColorIndexB byte

Méthodes publiques

Méthode Description
EnvRChunk ( ) : System
LoadData ( byte data, int &srcOffset ) : void
WriteData ( BinaryWriter stream ) : void

Method Details

EnvRChunk() public méthode

public EnvRChunk ( ) : System
Résultat System

LoadData() public méthode

public LoadData ( byte data, int &srcOffset ) : void
data byte
srcOffset int
Résultat void

WriteData() public méthode

public WriteData ( BinaryWriter stream ) : void
stream System.IO.BinaryWriter
Résultat void

Property Details

ClearColorIndexA public_oe property

public byte ClearColorIndexA
Résultat byte

ClearColorIndexB public_oe property

public byte ClearColorIndexB
Résultat byte

RainingColorIndexA public_oe property

public byte RainingColorIndexA
Résultat byte

RainingColorIndexB public_oe property

public byte RainingColorIndexB
Résultat byte

SnowingColorIndexA public_oe property

public byte SnowingColorIndexA
Résultat byte

SnowingColorIndexB public_oe property

public byte SnowingColorIndexB
Résultat byte

UnknownColorIndexA public_oe property

public byte UnknownColorIndexA
Résultat byte

UnknownColorIndexB public_oe property

public byte UnknownColorIndexB
Résultat byte