C# Class Vtj.Contest.Shooter.Bullet

Inheritance: Projectile
Afficher le fichier Open project: Ventajou/Space-Dinosaurs

Méthodes publiques

Свойство Type Description
LastFired long

Méthodes publiques

Méthode Description
Bullet ( Vtj.Gaming.Vector2D location, int strength, IMotion motion ) : System
PreloadImages ( ) : void
Update ( ) : void

Method Details

Bullet() public méthode

public Bullet ( Vtj.Gaming.Vector2D location, int strength, IMotion motion ) : System
location Vtj.Gaming.Vector2D
strength int
motion IMotion
Résultat System

PreloadImages() public static méthode

public static PreloadImages ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

LastFired public_oe static_oe property

public static long LastFired
Résultat long