C# 클래스 DodongosQuest.Achievements.AchievementNotifier

파일 보기 프로젝트 열기: faintpixel/Roguelike 1 사용 예제들

공개 메소드들

메소드 설명
AchievementNotifier ( Vector2 position, int millisecondsToShowFor, Microsoft.Xna.Framework.Graphics.Texture2D achievementImage, string name, string description ) : System
Draw ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

메소드 상세

AchievementNotifier() 공개 메소드

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
리턴 System

Draw() 공개 메소드

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

Update() 공개 메소드

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