C# Class WebGame.Enemy

Inheritance: Ship
Afficher le fichier Open project: AdmiralPotato/ggj2013 Class Usage Examples

Méthodes publiques

Méthode Description
Enemy ( ) : System
Enemy ( Vector3 position ) : System
Update ( System.TimeSpan elapsed ) : void

Method Details

Enemy() public méthode

public Enemy ( ) : System
Résultat System

Enemy() public méthode

public Enemy ( Vector3 position ) : System
position Vector3
Résultat System

Update() public méthode

public Update ( System.TimeSpan elapsed ) : void
elapsed System.TimeSpan
Résultat void