Interface IFocusRing
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public interface IFocusRing
Methods
| Improve this Doc View SourceGetFocusChangeDirection(Focusable, EventBase)
Declaration
FocusChangeDirection GetFocusChangeDirection(Focusable currentFocusable, EventBase e)
Parameters
| Type | Name | Description |
|---|---|---|
| Focusable | currentFocusable | |
| EventBase | e |
Returns
| Type | Description |
|---|---|
| FocusChangeDirection |
GetNextFocusable(Focusable, FocusChangeDirection)
Declaration
Focusable GetNextFocusable(Focusable currentFocusable, FocusChangeDirection direction)
Parameters
| Type | Name | Description |
|---|---|---|
| Focusable | currentFocusable | |
| FocusChangeDirection | direction |
Returns
| Type | Description |
|---|---|
| Focusable |