다음을 통해 공유


GCControllerButtonValueChanged 대리자

정의

단추 상태에 대한 변경 내용에 SetPressedChangedHandler(GCControllerButtonValueChanged) 응답하기 위해 메서드에 전달할 수 있는 처리기입니다.

public delegate void GCControllerButtonValueChanged(GCControllerButtonInput button, float buttonValue, bool pressed);
type GCControllerButtonValueChanged = delegate of GCControllerButtonInput * single * bool -> unit

매개 변수

buttonValue
Single
pressed
Boolean

적용 대상