C# Class WWActorEdit.ColoChunk

Colo (short for Color) contains indexes into the Pale section. Color specifies which color to use for the different times of day.
Inheritance: IChunkType
Afficher le fichier Open project: pho/WindViewer Class Usage Examples

Méthodes publiques

Свойство Type Description
AfternoonIndex byte
DawnIndex byte
DuskIndex byte
MorningIndex byte
NightIndex byte
NoonIndex byte

Méthodes publiques

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

Method Details

ColoChunk() public méthode

public ColoChunk ( ) : 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

AfternoonIndex public_oe property

public byte AfternoonIndex
Résultat byte

DawnIndex public_oe property

public byte DawnIndex
Résultat byte

DuskIndex public_oe property

public byte DuskIndex
Résultat byte

MorningIndex public_oe property

public byte MorningIndex
Résultat byte

NightIndex public_oe property

public byte NightIndex
Résultat byte

NoonIndex public_oe property

public byte NoonIndex
Résultat byte