C# Class _1942.Boss_Base

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

Méthodes publiques

Свойство Type Description
accessoryList List

Protected Properties

Свойство Type Description
accessorised bool
activated bool
deathTimer float
health int
killable bool
killed bool
maxHealth int
phase int
score int
targetableRectangles List

Méthodes publiques

Méthode Description
Accessorize ( ) : void
Boss_Base ( ) : System
DeadRemoval ( ) : void
Draw ( SpriteBatch spriteBatch ) : void
IsActivated ( ) : bool
IsKillable ( ) : bool
Update ( GameTime gameTime ) : void

Method Details

Accessorize() public méthode

public Accessorize ( ) : void
Résultat void

Boss_Base() public méthode

public Boss_Base ( ) : System
Résultat System

DeadRemoval() public méthode

public DeadRemoval ( ) : void
Résultat void

Draw() public méthode

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

IsActivated() public méthode

public IsActivated ( ) : bool
Résultat bool

IsKillable() public méthode

public IsKillable ( ) : bool
Résultat bool

Update() public méthode

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

Property Details

accessorised protected_oe property

protected bool accessorised
Résultat bool

accessoryList public_oe property

public List accessoryList
Résultat List

activated protected_oe property

protected bool activated
Résultat bool

deathTimer protected_oe property

protected float deathTimer
Résultat float

health protected_oe property

protected int health
Résultat int

killable protected_oe property

protected bool killable
Résultat bool

killed protected_oe property

protected bool killed
Résultat bool

maxHealth protected_oe property

protected int maxHealth
Résultat int

phase protected_oe property

protected int phase
Résultat int

score protected_oe property

protected int score
Résultat int

targetableRectangles protected_oe property

protected List targetableRectangles
Résultat List