C# Class ScreenManagement.Screens.PlayerIndexEventArgs

Custom event argument which includes the index of the player who triggered the event. This is used by the MenuEntry.Selected event.
Inheritance: System.EventArgs
ファイルを表示 Open project: giladgray/XNA-ScreenManager

Public Methods

Method Description
PlayerIndexEventArgs ( PlayerIndex playerIndex ) : System

Constructor.

Method Details

PlayerIndexEventArgs() public method

Constructor.
public PlayerIndexEventArgs ( PlayerIndex playerIndex ) : System
playerIndex PlayerIndex
return System