C# 클래스 NScumm.Sky.Control.TextResource

상속: ConResource
파일 보기 프로젝트 열기: scemino/nscumm

공개 메소드들

메소드 설명
DrawToScreen ( bool doMask ) : void
FlushForRedraw ( ) : void
TextResource ( byte pSpData, uint pNSprites, uint pCurSprite, ushort pX, ushort pY, uint pText, byte pOnClick, ISystem system, byte screen ) : System

메소드 상세

DrawToScreen() 공개 메소드

public DrawToScreen ( bool doMask ) : void
doMask bool
리턴 void

FlushForRedraw() 공개 메소드

public FlushForRedraw ( ) : void
리턴 void

TextResource() 공개 메소드

public TextResource ( byte pSpData, uint pNSprites, uint pCurSprite, ushort pX, ushort pY, uint pText, byte pOnClick, ISystem system, byte screen ) : System
pSpData byte
pNSprites uint
pCurSprite uint
pX ushort
pY ushort
pText uint
pOnClick byte
system ISystem
screen byte
리턴 System