C# 클래스 PathfindingTest.UI.Menus.Multiplayer.Panels.MapPreviewPanel

상속: XNAInterfaceComponents.Components.XNAPanel
파일 보기 프로젝트 열기: Wotuu/RTS_XNA_v2 1 사용 예제들

공개 메소드들

메소드 설명
ChangeMap ( String mapname ) : void

Changes the map.

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

메소드 상세

ChangeMap() 공개 메소드

Changes the map.
public ChangeMap ( String mapname ) : void
mapname String The mapname to change to.
리턴 void

Draw() 공개 메소드

public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

MapPreviewPanel() 공개 메소드

public MapPreviewPanel ( ParentComponent parent, Rectangle bounds ) : System
parent XNAInterfaceComponents.AbstractComponents.ParentComponent
bounds Microsoft.Xna.Framework.Rectangle
리턴 System

OnSelectMapButtonClicked() 공개 메소드

public OnSelectMapButtonClicked ( XNAButton source ) : void
source XNAInterfaceComponents.AbstractComponents.XNAButton
리턴 void