C# 클래스 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.
상속: System.EventArgs
파일 보기 프로젝트 열기: giladgray/XNA-ScreenManager

공개 메소드들

메소드 설명
PlayerIndexEventArgs ( PlayerIndex playerIndex ) : System

Constructor.

메소드 상세

PlayerIndexEventArgs() 공개 메소드

Constructor.
public PlayerIndexEventArgs ( PlayerIndex playerIndex ) : System
playerIndex PlayerIndex
리턴 System