C# Class _1942.Boss_Accessory

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

Protected Properties

Свойство Type Description
killed bool
reallyActivated bool

Méthodes publiques

Méthode Description
AngleUpdate ( float angle ) : void
Update ( GameTime gameTime, Vector2 speed ) : void

Method Details

AngleUpdate() public méthode

public AngleUpdate ( float angle ) : void
angle float
Résultat void

Update() public méthode

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

Property Details

killed protected_oe property

protected bool killed
Résultat bool

reallyActivated protected_oe property

protected bool reallyActivated
Résultat bool