C# Class _1942.BaseEnemy

Inheritance: BaseObject
Datei anzeigen Open project: Hoobler/Projekt1

Protected Properties

Property Type Description
activated bool
flying bool
health int
killable bool
maxHealth int
score int

Public Methods

Method Description
BaseEnemy ( ) : System
Draw ( SpriteBatch spriteBatch ) : void
Update ( GameTime gameTime ) : void

Method Details

BaseEnemy() public method

public BaseEnemy ( ) : System
return System

Draw() public method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Update() public method

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

Property Details

activated protected_oe property

protected bool activated
return bool

flying protected_oe property

protected bool flying
return bool

health protected_oe property

protected int health
return int

killable protected_oe property

protected bool killable
return bool

maxHealth protected_oe property

protected int maxHealth
return int

score protected_oe property

protected int score
return int