C# Class Street_Fighter.action.Action

Afficher le fichier Open project: lucassimao/XNA-Street-Fighter

Protected Properties

Свойство Type Description
currentStep ushort
descricao String
objMovimentavel IMoveable
spriteSheet Microsoft.Xna.Framework.Graphics.Texture2D
steps List
timeSinceLastFrame int
updateInterval uint

Méthodes publiques

Méthode Description
Action ( IMoveable objMovimentavel, String descricao ) : System
ToString ( ) : string
reset ( ) : void
update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
atualizarObjeto ( ) : void

Method Details

Action() public méthode

public Action ( IMoveable objMovimentavel, String descricao ) : System
objMovimentavel IMoveable
descricao String
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

atualizarObjeto() protected méthode

protected atualizarObjeto ( ) : void
Résultat void

reset() public méthode

public reset ( ) : void
Résultat void

update() public méthode

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

Property Details

currentStep protected_oe property

protected ushort currentStep
Résultat ushort

descricao protected_oe property

protected String descricao
Résultat String

objMovimentavel protected_oe property

protected IMoveable objMovimentavel
Résultat IMoveable

spriteSheet protected_oe property

protected Texture2D,Microsoft.Xna.Framework.Graphics spriteSheet
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

steps protected_oe property

protected List steps
Résultat List

timeSinceLastFrame protected_oe property

protected int timeSinceLastFrame
Résultat int

updateInterval protected_oe property

protected uint updateInterval
Résultat uint