C# Class Coliseo.Enemy

Inheritance: Actor
Afficher le fichier Open project: lmucs/Coliseo

Méthodes publiques

Méthode Description
AngleToPlayer ( ) : float
TakeDamage ( uint amount ) : uint
die ( ) : void
move ( float h, float v, float ignored ) : void
turn ( float x, float y ) : void

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

AngleToPlayer() public méthode

public AngleToPlayer ( ) : float
Résultat float

TakeDamage() public méthode

public TakeDamage ( uint amount ) : uint
amount uint
Résultat uint

die() public méthode

public die ( ) : void
Résultat void

move() public méthode

public move ( float h, float v, float ignored ) : void
h float
v float
ignored float
Résultat void

turn() public méthode

public turn ( float x, float y ) : void
x float
y float
Résultat void