C# Class MoodSwingGUI.MSNotifier

Inheritance: MSFacadePanel
Show file Open project: verngutz/MoodSwing Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ClearComponents ( ) : void
ClearNotifications ( ) : void
Draw ( GameTime gameTime ) : void
InvokeNotification ( string message ) : void
MSNotifier ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle boundingRectangle, Shape shape, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System
Reset ( ) : void
ReturnFocusTo ( MSScreen parent ) : void
Update ( GameTime gameTime ) : void

Method Details

ClearComponents() public method

public ClearComponents ( ) : void
return void

ClearNotifications() public method

public ClearNotifications ( ) : void
return void

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

InvokeNotification() public method

public InvokeNotification ( string message ) : void
message string
return void

MSNotifier() public method

public MSNotifier ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle boundingRectangle, Shape shape, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System
background Microsoft.Xna.Framework.Graphics.Texture2D
boundingRectangle Microsoft.Xna.Framework.Rectangle
shape Shape
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
game Microsoft.Xna.Framework.Game
return System

Reset() public method

public Reset ( ) : void
return void

ReturnFocusTo() public method

public ReturnFocusTo ( MSScreen parent ) : void
parent MSScreen
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void