C# 클래스 KBMENUTESTFULLCAPS.KeyBindingsMenu
파일 보기
프로젝트 열기: Timvangool/AsteroidsAPO2
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
Draw ( SpriteBatch spriteBatch ) : void |
|
|
Initialize ( ) : void |
|
|
KeyBindingsMenu ( GraphicsDeviceManager graphics, Microsoft.Xna.Framework.Content.ContentManager Content, Microsoft.Xna.Framework.Game game ) : System |
|
|
Load ( ) : void |
|
|
Update ( ) : void |
|
|
메소드 상세
public Draw ( SpriteBatch spriteBatch ) : void |
spriteBatch |
Microsoft.Xna.Framework.Graphics.SpriteBatch |
|
리턴 |
void |
|
public KeyBindingsMenu ( GraphicsDeviceManager graphics, Microsoft.Xna.Framework.Content.ContentManager Content, Microsoft.Xna.Framework.Game game ) : System |
graphics |
GraphicsDeviceManager |
|
Content |
Microsoft.Xna.Framework.Content.ContentManager |
|
game |
Microsoft.Xna.Framework.Game |
|
리턴 |
System |
|
public Load ( ) : void |
리턴 |
void |
|
public Update ( ) : void |
리턴 |
void |
|