C# Class Pokemon3D.UI.NotificationItem

Inheritance: UiElement
Afficher le fichier Open project: nilllzz/Pokemon3D Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
NotificationItem ( float lifeTime, NotificationKind notificationKind, string message ) : System.Collections.Generic
Update ( GameTime time ) : void

Method Details

Draw() public méthode

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

NotificationItem() public méthode

public NotificationItem ( float lifeTime, NotificationKind notificationKind, string message ) : System.Collections.Generic
lifeTime float
notificationKind NotificationKind
message string
Résultat System.Collections.Generic

Update() public méthode

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