C# Class ServersideGameCode.Player

Inheritance: BasePlayer
显示文件 Open project: moly/Flash-Gorillas-Online Class Usage Examples

Public Methods

Method Description
Draw ( Graphics g ) : void
IsColliding ( Point point ) : bool
Player ( ) : System

Method Details

Draw() public method

public Draw ( Graphics g ) : void
g System.Drawing.Graphics
return void

IsColliding() public method

public IsColliding ( Point point ) : bool
point Point
return bool

Player() public method

public Player ( ) : System
return System