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

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

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

Метод Описание
Draw ( SpriteBatch sb ) : void

Draws the map player location panel on the screen.

MapPlayerLocationButton ( MapPlayerLocationGroup group, XNAInterfaceComponents.Components.XNAPanel parent, Point mapLocation, Point miniMapLocation ) : System
OnClick ( XNAButton button ) : void

When this button was clicked.

Unload ( ) : void

Приватные методы

Метод Описание
MapPlayerLocationButton ( ) : System

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

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

Draws the map player location panel on the screen.
public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch Spritebatch to draw on.
Результат void

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

public MapPlayerLocationButton ( MapPlayerLocationGroup group, XNAInterfaceComponents.Components.XNAPanel parent, Point mapLocation, Point miniMapLocation ) : System
group MapPlayerLocationGroup
parent XNAInterfaceComponents.Components.XNAPanel
mapLocation Point
miniMapLocation Point
Результат System

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

When this button was clicked.
public OnClick ( XNAButton button ) : void
button XNAInterfaceComponents.AbstractComponents.XNAButton The button, bla
Результат void

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

public Unload ( ) : void
Результат void