Version: 2020.3
public bool Matches (UIElements.IMouseEvent e);

参数

e 鼠标事件。

返回

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.