C# 클래스 BBKRPGSimulator.View.GameMenu.ScreenTakeMedicine

吃药界面
상속: BaseScreen
파일 보기 프로젝트 열기: StratosBlue/BBKRPGSimulator

공개 메소드들

메소드 설명
Draw ( ICanvas canvas ) : void
OnKeyDown ( int key ) : void
OnKeyUp ( int key ) : void
ScreenTakeMedicine ( SimulatorContext context, BaseGoods goods ) : BBKRPGSimulator.Goods

吃药界面

Update ( long delta ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ICanvas canvas ) : void
canvas ICanvas
리턴 void

OnKeyDown() 공개 메소드

public OnKeyDown ( int key ) : void
key int
리턴 void

OnKeyUp() 공개 메소드

public OnKeyUp ( int key ) : void
key int
리턴 void

ScreenTakeMedicine() 공개 메소드

吃药界面
public ScreenTakeMedicine ( SimulatorContext context, BaseGoods goods ) : BBKRPGSimulator.Goods
context SimulatorContext
goods BaseGoods
리턴 BBKRPGSimulator.Goods

Update() 공개 메소드

public Update ( long delta ) : void
delta long
리턴 void