Version: 2020.3
Experimental: this API is experimental and might be changed or removed in the future.

ClickSelector

class in UnityEditor.Experimental.GraphView

/

继承自:UIElements.MouseManipulator

切换到手册

描述

单击一次即可选择元素。

构造函数

ClickSelectorClickSelector 的构造函数。

受保护的函数

OnMouseDown在发生鼠标按下事件时调用。
RegisterCallbacksOnTarget调用以在目标元素上注册单击事件回调。
UnregisterCallbacksFromTarget调用以从目标元素取消注册单击事件回调。

继承的成员

变量

target被操作的 VisualElement。
activatorsActivationfilters 列表。

受保护的函数

CanStartManipulationChecks whether MouseEvent satisfies all of the ManipulatorActivationFilter requirements.
CanStopManipulationChecks whether the MouseEvent is related to this Manipulator.