Version: 2020.3
언어: 한국어
public bool Matches (UIElements.IMouseEvent e);

파라미터

e The mouse event.

반환

bool True if the event matches the requirements. False otherwise.

설명

Checks whether the current mouse event satisfies the activation requirements.


public bool Matches (UIElements.IPointerEvent e);

파라미터

e The pointer event.

반환

bool True if the event matches the requirements. False otherwise.

설명

Checks whether the current pointer event satisfies the activation requirements.