C# Class TapTitanXNA_JamesTaneda.Level

Afficher le fichier Open project: WINPROG20152016/Taneda_TapTitanXNA Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void
Level ( Microsoft.Xna.Framework.Content.ContentManager content ) : System
LoadContent ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() public méthode

public Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void
gameTime Microsoft.Xna.Framework.GameTime
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Level() public méthode

public Level ( Microsoft.Xna.Framework.Content.ContentManager content ) : System
content Microsoft.Xna.Framework.Content.ContentManager
Résultat System

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

damage public_oe property

public int damage
Résultat int

damageMod public_oe property

public int damageMod
Résultat int

damageTextTime public_oe property

public int damageTextTime
Résultat int

isAttacking public_oe property

public bool isAttacking
Résultat bool

isSupportAttacking public_oe property

public bool isSupportAttacking
Résultat bool

mouseState public_oe property

public MouseState,Microsoft.Xna.Framework.Input mouseState
Résultat Microsoft.Xna.Framework.Input.MouseState

oldMouseState public_oe property

public MouseState,Microsoft.Xna.Framework.Input oldMouseState
Résultat Microsoft.Xna.Framework.Input.MouseState

supportDamage1 public_oe property

public int supportDamage1
Résultat int

supportDamage2 public_oe property

public int supportDamage2
Résultat int

supportDamage3 public_oe property

public int supportDamage3
Résultat int

supportDamage4 public_oe property

public int supportDamage4
Résultat int

supportDamageTextTime public_oe property

public int supportDamageTextTime
Résultat int

supportDamageTime public_oe property

public int supportDamageTime
Résultat int

windowHeight public_oe static_oe property

public static int windowHeight
Résultat int

windowWidth public_oe static_oe property

public static int windowWidth
Résultat int