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

Inheritance: XNAInterfaceComponents.Components.XNAPanel
Afficher le fichier Open project: Wotuu/RTS_XNA_v2

Méthodes publiques

Свойство Type Description
componentHeight int
componentSpacing int

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

GameDisplayPanel() public méthode

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

JoinGame() public méthode

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

Property Details

componentHeight public_oe static_oe property

public static int componentHeight
Résultat int

componentSpacing public_oe static_oe property

public static int componentSpacing
Résultat int