C# Class Project290.Games.Solitude.SolitudeObjects.Enemies.Enemy

Inheritance: SolitudeObject
Afficher le fichier Open project: scastle/Solitude

Méthodes publiques

Свойство Type Description
health int

Méthodes publiques

Méthode Description
Draw ( ) : void
Enemy ( Vector2 position, World world, float width, float height ) : System
Update ( ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Enemy() public méthode

public Enemy ( Vector2 position, World world, float width, float height ) : System
position Vector2
world Project290.Physics.Dynamics.World
width float
height float
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

health public_oe property

public int health
Résultat int