Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
ScreenManagement
Screens
PlayerIndexEventArgs
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