C# Class PathfindingTest.UI.Menus.Multiplayer.Panels.GameDisplayPanel

Inheritance: XNAInterfaceComponents.Components.XNAPanel
Mostrar archivo Open project: Wotuu/RTS_XNA_v2

Public Properties

Property Type Description
componentHeight int
componentSpacing int

Private Properties

Property Type Description

Public Methods

Method Description
ChangeMap ( String newMapname ) : void

Change the map name.

GameDisplayPanel ( ParentComponent parent, int index, MultiplayerGame multiplayerGame ) : System
JoinGame ( XNAButton button ) : void

User wants to join this game.

Method Details

ChangeMap() public method

Change the map name.
public ChangeMap ( String newMapname ) : void
newMapname String The new mapname.
return void

GameDisplayPanel() public method

public GameDisplayPanel ( ParentComponent parent, int index, MultiplayerGame multiplayerGame ) : System
parent XNAInterfaceComponents.AbstractComponents.ParentComponent
index int
multiplayerGame SocketLibrary.Multiplayer.MultiplayerGame
return System

JoinGame() public method

User wants to join this game.
public JoinGame ( XNAButton button ) : void
button XNAInterfaceComponents.AbstractComponents.XNAButton The button that was pressed.
return void

Property Details

componentHeight public_oe static_oe property

public static int componentHeight
return int

componentSpacing public_oe static_oe property

public static int componentSpacing
return int