C# Class SpaceRun.Asteroid

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

Méthodes publiques

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

Private Methods

Méthode Description
checkCollisions ( float t, List entities ) : void

Method Details

LogicUpdate() public méthode

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