MouseManipulator
MouseManipulators have a list of activation filters.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: Manipulator
- Implements: IManipulator
public abstract class MouseManipulator : Manipulator, IManipulator
Properties
Property | Description |
|---|---|
| activators | List of Activationfilters. |
Methods
Method | Description |
|---|---|
| CanStartManipulation | Checks whether MouseEvent satisfies all of the ManipulatorActivationFilter requirements. |
| CanStopManipulation | Checks whether the MouseEvent is related to this Manipulator. |