C# 클래스 _1942.MenuManager

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

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch ) : void
GetExitProgram ( ) : bool
GetStartGame ( ) : bool
MenuManager ( ) : System
Options ( ) : bool
Update ( Point mouseLocation, Vector2 button_position ) : void

메소드 상세

Draw() 공개 메소드

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

GetExitProgram() 공개 메소드

public GetExitProgram ( ) : bool
리턴 bool

GetStartGame() 공개 메소드

public GetStartGame ( ) : bool
리턴 bool

MenuManager() 공개 메소드

public MenuManager ( ) : System
리턴 System

Options() 공개 메소드

public Options ( ) : bool
리턴 bool

Update() 공개 메소드

public Update ( Point mouseLocation, Vector2 button_position ) : void
mouseLocation Point
button_position Vector2
리턴 void