C# 클래스 DodongosQuest.Screens.Gameplay.SpellBook

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

공개 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
GetSpellAt ( Vector2 pos ) : int
IntersectsWith ( Vector2 position ) : bool
SpellBook ( Vector2 position, List playerSpells ) : System
Update ( GameTime gameTime ) : void

메소드 상세

Draw() 공개 메소드

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

GetSpellAt() 공개 메소드

public GetSpellAt ( Vector2 pos ) : int
pos Vector2
리턴 int

IntersectsWith() 공개 메소드

public IntersectsWith ( Vector2 position ) : bool
position Vector2
리턴 bool

SpellBook() 공개 메소드

public SpellBook ( Vector2 position, List playerSpells ) : System
position Vector2
playerSpells List
리턴 System

Update() 공개 메소드

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