C# Class Pokemon3D.UI.NotificationBar

Inheritance: Pokemon3D.Rendering.UI.UiCompoundElement
Datei anzeigen Open project: nilllzz/Pokemon3D Class Usage Examples

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch ) : void
NotificationBar ( int barWidth, int maxNotifications = 10 ) : Microsoft.Xna.Framework
PushNotification ( NotificationKind notificationKind, string message ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method Description
UpdateIndices ( ) : void

Method Details

Draw() public method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

NotificationBar() public method

public NotificationBar ( int barWidth, int maxNotifications = 10 ) : Microsoft.Xna.Framework
barWidth int
maxNotifications int
return Microsoft.Xna.Framework

PushNotification() public method

public PushNotification ( NotificationKind notificationKind, string message ) : void
notificationKind NotificationKind
message string
return void

Update() public method

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