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

Inheritance: XNAInterfaceComponents.Components.XNAPanel
ファイルを表示 Open project: Wotuu/RTS_XNA_v2 Class Usage Examples

Public Properties

Property Type Description
ENTRY_HEIGHT int
ENTRY_WIDTH int
padding int

Public Methods

Method Description
MapEntryPanel ( MapSelectionPanel parent, String mapname, int index ) : System
OnRadioButtonClick ( XNAInterfaceComponents.ChildComponents.XNARadioButton source ) : void

When the user has clicked on this radio button.

Method Details

MapEntryPanel() public method

public MapEntryPanel ( MapSelectionPanel parent, String mapname, int index ) : System
parent MapSelectionPanel
mapname String
index int
return System

OnRadioButtonClick() public method

When the user has clicked on this radio button.
public OnRadioButtonClick ( XNAInterfaceComponents.ChildComponents.XNARadioButton source ) : void
source XNAInterfaceComponents.ChildComponents.XNARadioButton The radio button that was clicked on (kinda obsolete, but w/e)
return void

Property Details

ENTRY_HEIGHT public_oe static_oe property

public static int ENTRY_HEIGHT
return int

ENTRY_WIDTH public_oe static_oe property

public static int ENTRY_WIDTH
return int

padding public_oe property

public int padding
return int