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

Inheritance: SolitudeObject
Datei anzeigen Open project: scastle/Solitude

Public Properties

Property Type Description
health int

Public Methods

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

Method Details

Draw() public method

public Draw ( ) : void
return void

Enemy() public method

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

Update() public method

public Update ( ) : void
return void

Property Details

health public_oe property

public int health
return int