Enum PickingDirection
The direction used for the picking algorithm during pointer interactions in world space.
Namespace: UnityEngine.UIElements.TestFramework
Assembly: Unity.UI.TestFramework.Runtime.dll
Syntax
public enum PickingDirection
Fields
| Name | Description |
|---|---|
| ElementDirection | Picking is executed using the element's forward axis as the direction of the ray coming into the panel. |
| PanelDirection | Picking is executed using the panel's forward axis. In that case, the element's rotation within the panel is not taken into account. |