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