C# Class Pokemon3D.UI.NotificationBar

Inheritance: Pokemon3D.Rendering.UI.UiCompoundElement
Afficher le fichier Open project: nilllzz/Pokemon3D Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
UpdateIndices ( ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

NotificationBar() public méthode

public NotificationBar ( int barWidth, int maxNotifications = 10 ) : Microsoft.Xna.Framework
barWidth int
maxNotifications int
Résultat Microsoft.Xna.Framework

PushNotification() public méthode

public PushNotification ( NotificationKind notificationKind, string message ) : void
notificationKind NotificationKind
message string
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void