C# Class Gruppe22.Client.Lobby

Inheritance: Window
Show file Open project: propra13-orga/gruppe22 Class Usage Examples

Public Methods

Method Description
HandleEvent ( bool DownStream, Backend eventID ) : void
Lobby ( Backend parent, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Content.ContentManager content, Rectangle displayRect, NetPlayer netplayer = null ) : System
Update ( GameTime gameTime ) : void

Method Details

HandleEvent() public method

public HandleEvent ( bool DownStream, Backend eventID ) : void
DownStream bool
eventID Backend
return void

Lobby() public method

public Lobby ( Backend parent, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Content.ContentManager content, Rectangle displayRect, NetPlayer netplayer = null ) : System
parent Backend
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
content Microsoft.Xna.Framework.Content.ContentManager
displayRect Microsoft.Xna.Framework.Rectangle
netplayer NetPlayer
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void