C# Класс PathfindingTest.UI.Menus.Multiplayer.Panels.GameDisplayPanel

Наследование: XNAInterfaceComponents.Components.XNAPanel
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
componentHeight int
componentSpacing int

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

ChangeMap() публичный Метод

Change the map name.
public ChangeMap ( String newMapname ) : void
newMapname String The new mapname.
Результат void

GameDisplayPanel() публичный Метод

public GameDisplayPanel ( ParentComponent parent, int index, MultiplayerGame multiplayerGame ) : System
parent XNAInterfaceComponents.AbstractComponents.ParentComponent
index int
multiplayerGame SocketLibrary.Multiplayer.MultiplayerGame
Результат System

JoinGame() публичный Метод

User wants to join this game.
public JoinGame ( XNAButton button ) : void
button XNAInterfaceComponents.AbstractComponents.XNAButton The button that was pressed.
Результат void

Описание свойств

componentHeight публичное статическое свойство

public static int componentHeight
Результат int

componentSpacing публичное статическое свойство

public static int componentSpacing
Результат int