C# Class TapTitanXNA_ACBayudan.Support

Afficher le fichier Open project: WINPROG20152016/Bayudan_TapTitanXNA

Méthodes publiques

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

Method Details

AttackUpdate() public méthode

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

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

IdleUpdate() public méthode

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

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

Support() public méthode

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