C# 클래스 TapTitanXNA_MichaelFernando.Support1

파일 보기 프로젝트 열기: WINPROG20152016/Fernando_TapTitanXNA

공개 프로퍼티들

프로퍼티 타입 설명
windowHeight int
windowWidth int

공개 메소드들

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

메소드 상세

Draw() 공개 메소드

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

LoadContent() 공개 메소드

public LoadContent ( ) : void
리턴 void

Support1() 공개 메소드

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

Update() 공개 메소드

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

프로퍼티 상세

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

public static int windowHeight
리턴 int

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

public static int windowWidth
리턴 int