C# 클래스 Blink.StateWin

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

공개 프로퍼티들

프로퍼티 타입 설명
levelSelect GameState
players Blink.Classes.PlayerClass[]

공개 메소드들

메소드 설명
Draw ( SpriteBatch sb ) : void
GetTransition ( ) : GameState
Initialize ( ) : void
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager Content ) : void
StateWin ( Vector2 screenSize ) : System
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void
setMap ( string map ) : void
setPlayers ( PlayerClass players ) : 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

StateWin() 공개 메소드

public StateWin ( Vector2 screenSize ) : System
screenSize Vector2
리턴 System

UnloadContent() 공개 메소드

public UnloadContent ( ) : void
리턴 void

Update() 공개 메소드

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

setMap() 공개 메소드

public setMap ( string map ) : void
map string
리턴 void

setPlayers() 공개 메소드

public setPlayers ( PlayerClass players ) : void
players Blink.Classes.PlayerClass
리턴 void

프로퍼티 상세

levelSelect 공개적으로 프로퍼티

public GameState levelSelect
리턴 GameState

players 공개적으로 프로퍼티

public PlayerClass[],Blink.Classes players
리턴 Blink.Classes.PlayerClass[]