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
Afficher le fichier Open project: giladgray/XNA-ScreenManager

Méthodes publiques

Méthode Description
PlayerIndexEventArgs ( PlayerIndex playerIndex ) : System

Constructor.

Method Details

PlayerIndexEventArgs() public méthode

Constructor.
public PlayerIndexEventArgs ( PlayerIndex playerIndex ) : System
playerIndex PlayerIndex
Résultat System