C# Class WWActorEdit.EnvRChunk

The EnvR (short for Environment) chunk contains indexes of different color pallets to use in different weather situations.
Inheritance: IChunkType
Show file 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 property

public byte ClearColorIndexA
return byte

ClearColorIndexB public property

public byte ClearColorIndexB
return byte

RainingColorIndexA public property

public byte RainingColorIndexA
return byte

RainingColorIndexB public property

public byte RainingColorIndexB
return byte

SnowingColorIndexA public property

public byte SnowingColorIndexA
return byte

SnowingColorIndexB public property

public byte SnowingColorIndexB
return byte

UnknownColorIndexA public property

public byte UnknownColorIndexA
return byte

UnknownColorIndexB public property

public byte UnknownColorIndexB
return byte