Property | Type | Description |
---|
Method | Description | |
---|---|---|
ClearComponents ( ) : void | ||
ClearNotifications ( ) : void | ||
Draw ( |
||
InvokeNotification ( string message ) : void | ||
MSNotifier ( Microsoft.Xna.Framework.Graphics.Texture2D background, |
||
Reset ( ) : void | ||
ReturnFocusTo ( |
||
Update ( |
public Draw ( |
||
gameTime | ||
return | void |
public InvokeNotification ( string message ) : void | ||
message | string | |
return | void |
public MSNotifier ( Microsoft.Xna.Framework.Graphics.Texture2D background, |
||
background | Microsoft.Xna.Framework.Graphics.Texture2D | |
boundingRectangle | ||
shape | Shape | |
spriteBatch | ||
game | Microsoft.Xna.Framework.Game | |
return | System |
public ReturnFocusTo ( |
||
parent | ||
return | void |
public Update ( |
||
gameTime | ||
return | void |