Enum OutsideClickStrategy
The strategy used to determine if a click is outside of the popup.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
[Flags]
public enum OutsideClickStrategy
Fields
Name | Description |
---|---|
Bounds | A click is considered outside if the cursor position is outside of the popup's bounds. |
Pick | A click is considered outside if the picked element at the cursor position is not a child of the popup. |