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

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

공개 메소드들

메소드 설명
ControlStatus ( Text skyText, ISystem system, byte scrBuf ) : System
DrawToScreen ( ) : void
SetToText ( string newText ) : void
SetToText ( ushort textNum ) : void

메소드 상세

ControlStatus() 공개 메소드

public ControlStatus ( Text skyText, ISystem system, byte scrBuf ) : System
skyText Text
system ISystem
scrBuf byte
리턴 System

DrawToScreen() 공개 메소드

public DrawToScreen ( ) : void
리턴 void

SetToText() 공개 메소드

public SetToText ( string newText ) : void
newText string
리턴 void

SetToText() 공개 메소드

public SetToText ( ushort textNum ) : void
textNum ushort
리턴 void