C# Class _1942.BaseEnemy

Inheritance: BaseObject
Afficher le fichier Open project: Hoobler/Projekt1

Protected Properties

Свойство Type Description
activated bool
flying bool
health int
killable bool
maxHealth int
score int

Méthodes publiques

Méthode Description
BaseEnemy ( ) : System
Draw ( SpriteBatch spriteBatch ) : void
Update ( GameTime gameTime ) : void

Method Details

BaseEnemy() public méthode

public BaseEnemy ( ) : System
Résultat System

Draw() public méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Update() public méthode

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

Property Details

activated protected_oe property

protected bool activated
Résultat bool

flying protected_oe property

protected bool flying
Résultat bool

health protected_oe property

protected int health
Résultat int

killable protected_oe property

protected bool killable
Résultat bool

maxHealth protected_oe property

protected int maxHealth
Résultat int

score protected_oe property

protected int score
Résultat int