MouseManipulator
class in UnityEngine.UIElements
/
Inherits from:UIElements.Manipulator
/
Implemented in:UnityEngine.UIElementsModule
Description 描述
MouseManipulators have a list of activation filters.
Properties 属性
| activators | List of Activationfilters. |
Protected Methods
| CanStartManipulation | Checks if MouseEvent matches agains all the MouseActivationFilters requirements. | ||
| CanStopManipulation | Checks if MouseEvent is related to this Manipulator. |
Inherited Members 继承成员
Properties 属性
| target | VisualElement being manipulated. |
Protected Methods
| RegisterCallbacksOnTarget | Called to register event callbacks on the target element. | ||
| UnregisterCallbacksFromTarget | Called to unregister event callbacks from the target element. |