Search Results for

    Show / Hide Table of Contents

    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)>
    In This Article
    Back to top Shape of Dreams API Documentation