C# 클래스 Nez.VirtualButton.GamePadButton

상속: Node
파일 보기 프로젝트 열기: prime31/Nez

공개 프로퍼티들

프로퍼티 타입 설명
button Buttons
gamepadIndex int

공개 메소드들

메소드 설명
GamePadButton ( int gamepadIndex, Buttons button ) : System.Collections.Generic

메소드 상세

GamePadButton() 공개 메소드

public GamePadButton ( int gamepadIndex, Buttons button ) : System.Collections.Generic
gamepadIndex int
button Buttons
리턴 System.Collections.Generic

프로퍼티 상세

button 공개적으로 프로퍼티

public Buttons button
리턴 Buttons

gamepadIndex 공개적으로 프로퍼티

public int gamepadIndex
리턴 int