C# 클래스 PathfindingTest.UI.Menus.Multiplayer.Panels.PlayerLocation.MapPlayerLocationButton

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

공개 메소드들

메소드 설명
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