C# 클래스 Electric_Potatoe_TD.Game1

상속: Microsoft.Xna.Framework.Game
파일 보기 프로젝트 열기: Haseo/Electric-Potatoe-TD 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_game Game
_statut Game_Statut
graphics GraphicsDeviceManager
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch

공개 메소드들

메소드 설명
End_Game ( bool victory, int score ) : void
Game1 ( ) : System
Restart_game ( ) : void
change_statut ( Game_Statut statut ) : void
getScore ( ) : int

보호된 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
Oriented_changed ( object sender, EventArgs e ) : void

메소드 상세

Draw() 보호된 메소드

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

End_Game() 공개 메소드

public End_Game ( bool victory, int score ) : void
victory bool
score int
리턴 void

Game1() 공개 메소드

public Game1 ( ) : System
리턴 System

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

LoadContent() 보호된 메소드

protected LoadContent ( ) : void
리턴 void

Restart_game() 공개 메소드

public Restart_game ( ) : void
리턴 void

UnloadContent() 보호된 메소드

protected UnloadContent ( ) : void
리턴 void

Update() 보호된 메소드

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

change_statut() 공개 메소드

public change_statut ( Game_Statut statut ) : void
statut Game_Statut
리턴 void

getScore() 공개 메소드

public getScore ( ) : int
리턴 int

프로퍼티 상세

_game 공개적으로 프로퍼티

public Game _game
리턴 Game

_statut 공개적으로 프로퍼티

public Game_Statut _statut
리턴 Game_Statut

graphics 공개적으로 프로퍼티

public GraphicsDeviceManager graphics
리턴 GraphicsDeviceManager

spriteBatch 공개적으로 프로퍼티

public SpriteBatch,Microsoft.Xna.Framework.Graphics spriteBatch
리턴 Microsoft.Xna.Framework.Graphics.SpriteBatch