C# 클래스 TapTitanXNA_JamesTaneda.Level

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

공개 프로퍼티들

프로퍼티 타입 설명
damage int
damageMod int
damageTextTime int
isAttacking bool
isSupportAttacking bool
mouseState Microsoft.Xna.Framework.Input.MouseState
oldMouseState Microsoft.Xna.Framework.Input.MouseState
supportDamage1 int
supportDamage2 int
supportDamage3 int
supportDamage4 int
supportDamageTextTime int
supportDamageTime int
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

프로퍼티 상세

damage 공개적으로 프로퍼티

public int damage
리턴 int

damageMod 공개적으로 프로퍼티

public int damageMod
리턴 int

damageTextTime 공개적으로 프로퍼티

public int damageTextTime
리턴 int

isAttacking 공개적으로 프로퍼티

public bool isAttacking
리턴 bool

isSupportAttacking 공개적으로 프로퍼티

public bool isSupportAttacking
리턴 bool

mouseState 공개적으로 프로퍼티

public MouseState,Microsoft.Xna.Framework.Input mouseState
리턴 Microsoft.Xna.Framework.Input.MouseState

oldMouseState 공개적으로 프로퍼티

public MouseState,Microsoft.Xna.Framework.Input oldMouseState
리턴 Microsoft.Xna.Framework.Input.MouseState

supportDamage1 공개적으로 프로퍼티

public int supportDamage1
리턴 int

supportDamage2 공개적으로 프로퍼티

public int supportDamage2
리턴 int

supportDamage3 공개적으로 프로퍼티

public int supportDamage3
리턴 int

supportDamage4 공개적으로 프로퍼티

public int supportDamage4
리턴 int

supportDamageTextTime 공개적으로 프로퍼티

public int supportDamageTextTime
리턴 int

supportDamageTime 공개적으로 프로퍼티

public int supportDamageTime
리턴 int

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

public static int windowHeight
리턴 int

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

public static int windowWidth
리턴 int