C# Class SimpleSoccer.Net.BaseGameEntity

Provides an abstract base for all entities managed in the game
Afficher le fichier Open project: soshimozi/SimpleSoccer.Net Class Usage Examples

Méthodes publiques

Méthode Description
BaseGameEntity ( int objectId ) : System
HandleMessage ( Telegram message ) : bool
Render ( Graphics g ) : void
Update ( ) : void

Méthodes protégées

Méthode Description
GetNextId ( ) : int

Method Details

BaseGameEntity() public méthode

public BaseGameEntity ( int objectId ) : System
objectId int
Résultat System

GetNextId() protected static méthode

protected static GetNextId ( ) : int
Résultat int

HandleMessage() public méthode

public HandleMessage ( Telegram message ) : bool
message Telegram
Résultat bool

Render() abstract public méthode

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

Update() public méthode

public Update ( ) : void
Résultat void