C# 클래스 TapTitanXNA_AlfredoYabut.Level

파일 보기 프로젝트 열기: WINPROG20152016/Yabut_TaptitanXNA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
keyState KeyboardState
mouseState MouseState
oldKeyState KeyboardState
oldMouseState MouseState
windowHeight int
windowWidth int

공개 메소드들

메소드 설명
Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void
Level ( Microsoft.Xna.Framework.Content.ContentManager content ) : System
LoadContent ( ) : void
Update ( GameTime gameTime ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void
gameTime Microsoft.Xna.Framework.GameTime
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

Level() 공개 메소드

public Level ( Microsoft.Xna.Framework.Content.ContentManager content ) : System
content Microsoft.Xna.Framework.Content.ContentManager
리턴 System

LoadContent() 공개 메소드

public LoadContent ( ) : void
리턴 void

Update() 공개 메소드

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

프로퍼티 상세

keyState 공개적으로 프로퍼티

public KeyboardState keyState
리턴 KeyboardState

mouseState 공개적으로 프로퍼티

public MouseState mouseState
리턴 MouseState

oldKeyState 공개적으로 프로퍼티

public KeyboardState oldKeyState
리턴 KeyboardState

oldMouseState 공개적으로 프로퍼티

public MouseState oldMouseState
리턴 MouseState

windowHeight 공개적으로 정적으로 프로퍼티

public static int windowHeight
리턴 int

windowWidth 공개적으로 정적으로 프로퍼티

public static int windowWidth
리턴 int