PickingMode
Describes the picking behavior. See _pickingMode.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum PickingMode
Fields
Value | Description |
|---|---|
| Ignore | Prevents this element from being the target of pointer events or from being returned by IPanel.Pick and IPanel.PickAll. |
| Position | Picking enabled. Performs picking based on the position rectangle. |