Struct GetFocusTargetCacheData
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public struct GetFocusTargetCacheData
Properties
candidateFocusables
Declaration
public readonly List<(IGamepadFocusable, Rect)> candidateFocusables { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><(IGamepadFocusable, UnityEngine.Rect)> |
candidateGroups
Declaration
public readonly List<(UI_GamepadFocusableGroup, Rect)> candidateGroups { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><(UI_GamepadFocusableGroup, UnityEngine.Rect)> |