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

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

공개 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
IntersectsWith ( Vector2 position ) : bool
SideBar ( Vector2 position, PlayerCharacter &player ) : System
Update ( GameTime gameTime ) : void

메소드 상세

Draw() 공개 메소드

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

IntersectsWith() 공개 메소드

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

SideBar() 공개 메소드

public SideBar ( Vector2 position, PlayerCharacter &player ) : System
position Vector2
player DodongosQuest.Creatures.Player.PlayerCharacter
리턴 System

Update() 공개 메소드

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