Свойство | Type | Description | |
---|---|---|---|
font |
Méthode | Description | |
---|---|---|
TextPanel ( ) : System | ||
TextPanel ( int x, int y, int width, int height ) : System | ||
TextPanel ( int x, int y, int width, int height, string message ) : System | ||
draw ( |
||
getMessage ( ) : string | ||
getMessageColor ( ) : Color | ||
loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void | ||
onConfirm ( ) : void | ||
setMessage ( string message ) : void | ||
setMessageColor ( Color color ) : void |
public TextPanel ( int x, int y, int width, int height ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
Résultat | System |
public TextPanel ( int x, int y, int width, int height, string message ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
message | string | |
Résultat | System |
public draw ( |
||
sb | ||
Résultat | void |
public loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
Résultat | void |
public setMessage ( string message ) : void | ||
message | string | |
Résultat | void |
public setMessageColor ( Color color ) : void | ||
color | Color | |
Résultat | void |