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

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

Méthodes publiques

Méthode Description
ChangeMap ( String mapname ) : void

Changes the map.

Draw ( SpriteBatch sb ) : void
MapPreviewPanel ( ParentComponent parent, Rectangle bounds ) : System
OnSelectMapButtonClicked ( XNAButton source ) : void

Method Details

ChangeMap() public méthode

Changes the map.
public ChangeMap ( String mapname ) : void
mapname String The mapname to change to.
Résultat void

Draw() public méthode

public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

MapPreviewPanel() public méthode

public MapPreviewPanel ( ParentComponent parent, Rectangle bounds ) : System
parent XNAInterfaceComponents.AbstractComponents.ParentComponent
bounds Microsoft.Xna.Framework.Rectangle
Résultat System

OnSelectMapButtonClicked() public méthode

public OnSelectMapButtonClicked ( XNAButton source ) : void
source XNAInterfaceComponents.AbstractComponents.XNAButton
Résultat void