C# Class Tmoag.Player

Afficher le fichier Open project: tomlokhorst/ScorchedCanvas Class Usage Examples

Méthodes publiques

Méthode Description
Player ( ) : System
shoot ( FireRequest fr ) : void

Private Methods

Méthode Description
basicShape ( ) : IEnumerable
clearLastShot ( ) : void
getLastShotAndPlayerHit ( IEnumerable players ) : IEnumerable
intersect ( LineSegment ls1, IEnumerable tanks ) : Vector>.Tuple

Method Details

Player() public méthode

public Player ( ) : System
Résultat System

shoot() public méthode

public shoot ( FireRequest fr ) : void
fr FireRequest
Résultat void