C# 클래스 Blink.GUI.StateSimpleMenu

상속: GameState
파일 보기 프로젝트 열기: dah6ce/Blink

보호된 프로퍼티들

프로퍼티 타입 설명
buttons List
screenSize Vector2

공개 메소드들

메소드 설명
Draw ( SpriteBatch sb ) : void
GetTransition ( ) : GameState
Initialize ( ) : void
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager Content ) : void
StateSimpleMenu ( Vector2 screenSize, String title, String options, GameState triggers ) : System
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void
getSelectedMap ( ) : mapSet
reset ( ) : void

메소드 상세

Draw() 공개 메소드

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

GetTransition() 공개 메소드

public GetTransition ( ) : GameState
리턴 GameState

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

LoadContent() 공개 메소드

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager Content ) : void
Content Microsoft.Xna.Framework.Content.ContentManager
리턴 void

StateSimpleMenu() 공개 메소드

public StateSimpleMenu ( Vector2 screenSize, String title, String options, GameState triggers ) : System
screenSize Vector2
title String
options String
triggers GameState
리턴 System

UnloadContent() 공개 메소드

public UnloadContent ( ) : void
리턴 void

Update() 공개 메소드

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

getSelectedMap() 공개 메소드

public getSelectedMap ( ) : mapSet
리턴 Blink.Classes.mapSet

reset() 공개 메소드

public reset ( ) : void
리턴 void

프로퍼티 상세

buttons 보호되어 있는 프로퍼티

protected List buttons
리턴 List

screenSize 보호되어 있는 프로퍼티

protected Vector2 screenSize
리턴 Vector2