C# Class ServersideGameCode.Player

Inheritance: BasePlayer
Afficher le fichier Open project: moly/Flash-Gorillas-Online Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( Graphics g ) : void
IsColliding ( Point point ) : bool
Player ( ) : System

Method Details

Draw() public méthode

public Draw ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

IsColliding() public méthode

public IsColliding ( Point point ) : bool
point Point
Résultat bool

Player() public méthode

public Player ( ) : System
Résultat System