C# 클래스 WWActorEdit.ColoChunk

Colo (short for Color) contains indexes into the Pale section. Color specifies which color to use for the different times of day.
상속: IChunkType
파일 보기 프로젝트 열기: pho/WindViewer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AfternoonIndex byte
DawnIndex byte
DuskIndex byte
MorningIndex byte
NightIndex byte
NoonIndex byte

공개 메소드들

메소드 설명
ColoChunk ( ) : System
LoadData ( byte data, int &srcOffset ) : void
WriteData ( BinaryWriter stream ) : void

메소드 상세

ColoChunk() 공개 메소드

public ColoChunk ( ) : System
리턴 System

LoadData() 공개 메소드

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

WriteData() 공개 메소드

public WriteData ( BinaryWriter stream ) : void
stream System.IO.BinaryWriter
리턴 void

프로퍼티 상세

AfternoonIndex 공개적으로 프로퍼티

public byte AfternoonIndex
리턴 byte

DawnIndex 공개적으로 프로퍼티

public byte DawnIndex
리턴 byte

DuskIndex 공개적으로 프로퍼티

public byte DuskIndex
리턴 byte

MorningIndex 공개적으로 프로퍼티

public byte MorningIndex
리턴 byte

NightIndex 공개적으로 프로퍼티

public byte NightIndex
리턴 byte

NoonIndex 공개적으로 프로퍼티

public byte NoonIndex
리턴 byte