C# Class Street_Fighter.Fighter

Inheritance: IMoveable
Datei anzeigen Open project: lucassimao/XNA-Street-Fighter Class Usage Examples

Protected Properties

Property Type Description
actions List
life uint

Public Methods

Method Description
update ( GameTime gameTime ) : void

Protected Methods

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

Method Details

Fighter() protected method

protected Fighter ( Vector2 posicao ) : System.Collections.Generic
posicao Microsoft.Xna.Framework.Vector2
return System.Collections.Generic

IMoveable() protected method

protected IMoveable ( float xInc, float yInc ) : void
xInc float
yInc float
return void

update() public abstract method

public abstract update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Property Details

actions protected_oe property

protected List actions
return List

life protected_oe property

protected uint life
return uint