C# Class SpaceRun.AIShip

Inheritance: Ship
Afficher le fichier Open project: zzorn/Spike3D Class Usage Examples

Méthodes publiques

Méthode Description
AIShip ( ) : System
LogicUpdate ( GameTime time, float t ) : void

Private Methods

Méthode Description
getNearestPlayerShip ( float maxDistance ) : Entity

Method Details

AIShip() public méthode

public AIShip ( ) : System
Résultat System

LogicUpdate() public méthode

public LogicUpdate ( GameTime time, float t ) : void
time Microsoft.Xna.Framework.GameTime
t float
Résultat void