C# Class DodongosQuest.Achievements.AchievementNotifier

Show file Open project: faintpixel/Roguelike Class Usage Examples

Public Methods

Method Description
AchievementNotifier ( Vector2 position, int millisecondsToShowFor, Microsoft.Xna.Framework.Graphics.Texture2D achievementImage, string name, string description ) : System
Draw ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

Method Details

AchievementNotifier() public method

public AchievementNotifier ( Vector2 position, int millisecondsToShowFor, Microsoft.Xna.Framework.Graphics.Texture2D achievementImage, string name, string description ) : System
position Vector2
millisecondsToShowFor int
achievementImage Microsoft.Xna.Framework.Graphics.Texture2D
name string
description string
return System

Draw() public method

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

Update() public method

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