C# 클래스 Nez.VirtualButton.GamePadRightTrigger

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

공개 프로퍼티들

프로퍼티 타입 설명
gamepadIndex int
threshold float

공개 메소드들

메소드 설명
GamePadRightTrigger ( int gamepadIndex, float threshold ) : System.Collections.Generic

메소드 상세

GamePadRightTrigger() 공개 메소드

public GamePadRightTrigger ( int gamepadIndex, float threshold ) : System.Collections.Generic
gamepadIndex int
threshold float
리턴 System.Collections.Generic

프로퍼티 상세

gamepadIndex 공개적으로 프로퍼티

public int gamepadIndex
리턴 int

threshold 공개적으로 프로퍼티

public float threshold
리턴 float