C# Class Pokemon3D.UI.NotificationItem

Inheritance: UiElement
Datei anzeigen Open project: nilllzz/Pokemon3D Class Usage Examples

Public Methods

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

Method Details

Draw() public method

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

NotificationItem() public method

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

Update() public method

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