Method | Description | |
---|---|---|
Activate ( bool instancePreserved ) : void | ||
Draw ( |
||
HandleInput ( |
||
PhoneMenuScreen ( string title ) : System |
Creates the PhoneMenuScreen with a particular title.
|
|
Update ( |
Method | Description | |
---|---|---|
OnCancel ( ) : void |
An overrideable method called whenever the menuCancel action is triggered
|
public Activate ( bool instancePreserved ) : void | ||
instancePreserved | bool | |
return | void |
public Draw ( |
||
gameTime | ||
return | void |
public HandleInput ( |
||
gameTime | ||
input | ||
return | void |
public PhoneMenuScreen ( string title ) : System | ||
title | string | The title of the screen |
return | System |
public Update ( |
||
gameTime | ||
otherScreenHasFocus | bool | |
coveredByOtherScreen | bool | |
return | void |