C# Class Gruppe22.Client.NetPlayer

Afficher le fichier Open project: propra13-orga/gruppe22 Class Usage Examples

Méthodes publiques

Свойство Type Description
_servers string>.Dictionary

Méthodes publiques

Méthode Description
Disconnect ( ) : void
NetPlayer ( Backend parent ) : System
SendMessage ( PacketType type ) : void
Start ( ) : void
Stop ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
ProcessMessage ( byte type, NetIncomingMessage message ) : void

Method Details

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

NetPlayer() public méthode

public NetPlayer ( Backend parent ) : System
parent Backend
Résultat System

SendMessage() public méthode

public SendMessage ( PacketType type ) : void
type PacketType
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

_servers public_oe property

public Dictionary _servers
Résultat string>.Dictionary