C# Class WWActorEdit.EnvRChunk

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

Public Properties

Property Type Description
ClearColorIndexA byte
ClearColorIndexB byte
RainingColorIndexA byte
RainingColorIndexB byte
SnowingColorIndexA byte
SnowingColorIndexB byte
UnknownColorIndexA byte
UnknownColorIndexB byte

Public Methods

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

Method Details

EnvRChunk() public method

public EnvRChunk ( ) : System
return System

LoadData() public method

public LoadData ( byte data, int &srcOffset ) : void
data byte
srcOffset int
return void

WriteData() public method

public WriteData ( BinaryWriter stream ) : void
stream System.IO.BinaryWriter
return void

Property Details

ClearColorIndexA public_oe property

public byte ClearColorIndexA
return byte

ClearColorIndexB public_oe property

public byte ClearColorIndexB
return byte

RainingColorIndexA public_oe property

public byte RainingColorIndexA
return byte

RainingColorIndexB public_oe property

public byte RainingColorIndexB
return byte

SnowingColorIndexA public_oe property

public byte SnowingColorIndexA
return byte

SnowingColorIndexB public_oe property

public byte SnowingColorIndexB
return byte

UnknownColorIndexA public_oe property

public byte UnknownColorIndexA
return byte

UnknownColorIndexB public_oe property

public byte UnknownColorIndexB
return byte