C# Class BBKRPGSimulator.View.GameMenu.ScreenTakeMedicine

吃药界面
Inheritance: BaseScreen
Afficher le fichier Open project: StratosBlue/BBKRPGSimulator

Méthodes publiques

Méthode 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 méthode

public Draw ( ICanvas canvas ) : void
canvas ICanvas
Résultat void

OnKeyDown() public méthode

public OnKeyDown ( int key ) : void
key int
Résultat void

OnKeyUp() public méthode

public OnKeyUp ( int key ) : void
key int
Résultat void

ScreenTakeMedicine() public méthode

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

Update() public méthode

public Update ( long delta ) : void
delta long
Résultat void