C# 클래스 Blink.GUI.StateLevelSelect

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

공개 프로퍼티들

프로퍼티 타입 설명
prevState GameState

공개 메소드들

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

비공개 메소드들

메소드 설명
positionThumbs ( List thumbs ) : 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

StateLevelSelect() 공개 메소드

public StateLevelSelect ( Vector2 screenSize, String title, String options, GameState g ) : System
screenSize Vector2
title String
options String
g 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

프로퍼티 상세

prevState 공개적으로 프로퍼티

public GameState prevState
리턴 GameState