C# Class Street_Fighter.Fighter

Inheritance: IMoveable
Afficher le fichier Open project: lucassimao/XNA-Street-Fighter Class Usage Examples

Protected Properties

Свойство Type Description
actions List
life uint

Méthodes publiques

Méthode Description
update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
Fighter ( Vector2 posicao ) : System.Collections.Generic
IMoveable ( float xInc, float yInc ) : void

Method Details

Fighter() protected méthode

protected Fighter ( Vector2 posicao ) : System.Collections.Generic
posicao Microsoft.Xna.Framework.Vector2
Résultat System.Collections.Generic

IMoveable() protected méthode

protected IMoveable ( float xInc, float yInc ) : void
xInc float
yInc float
Résultat void

update() public abstract méthode

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

Property Details

actions protected_oe property

protected List actions
Résultat List

life protected_oe property

protected uint life
Résultat uint