C# 클래스 UnityEngine.EventSystems.PointerInputModule.MouseButtonEventData

Information about a mouse button event.

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
buttonData PointerEventData
buttonState PointerEventData.FramePressState

공개 메소드들

메소드 설명
PressedThisFrame ( ) : bool

Was the button pressed this frame?

ReleasedThisFrame ( ) : bool

Was the button released this frame?

메소드 상세

PressedThisFrame() 공개 메소드

Was the button pressed this frame?

public PressedThisFrame ( ) : bool
리턴 bool

ReleasedThisFrame() 공개 메소드

Was the button released this frame?

public ReleasedThisFrame ( ) : bool
리턴 bool

프로퍼티 상세

buttonData 공개적으로 프로퍼티

Pointer data associated with the mouse event.

public PointerEventData,UnityEngine.EventSystems buttonData
리턴 PointerEventData

buttonState 공개적으로 프로퍼티

The state of the button this frame.

public PointerEventData.FramePressState buttonState
리턴 PointerEventData.FramePressState