CanStartManipulation(IMouseEvent)
Checks whether MouseEvent satisfies all of the ManipulatorActivationFilter requirements.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
protected bool CanStartManipulation(IMouseEvent e)
Parameters
The MouseEvent to validate.
Returns
Type | Description |
|---|---|
| bool | True if the event satisfies the requirements. False otherwise. |