C# Class BBKRPGSimulator.View.GameMenu.ScreenTakeMedicine

吃药界面
Inheritance: BaseScreen
Show file Open project: StratosBlue/BBKRPGSimulator

Public Methods

Method Description
Draw ( ICanvas canvas ) : void
OnKeyDown ( int key ) : void
OnKeyUp ( int key ) : void
ScreenTakeMedicine ( SimulatorContext context, BaseGoods goods ) : BBKRPGSimulator.Goods

吃药界面

Update ( long delta ) : void

Method Details

Draw() public method

public Draw ( ICanvas canvas ) : void
canvas ICanvas
return void

OnKeyDown() public method

public OnKeyDown ( int key ) : void
key int
return void

OnKeyUp() public method

public OnKeyUp ( int key ) : void
key int
return void

ScreenTakeMedicine() public method

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

Update() public method

public Update ( long delta ) : void
delta long
return void