C# Class Vtj.Contest.Shooter.Bullet

Inheritance: Projectile
Mostrar archivo Open project: Ventajou/Space-Dinosaurs

Public Properties

Property Type Description
LastFired long

Public Methods

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

Method Details

Bullet() public method

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

PreloadImages() public static method

public static PreloadImages ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

LastFired public_oe static_oe property

public static long LastFired
return long