Search Results for

    Show / Hide Table of Contents

    Struct UI_GamepadNavigationHint.NavigationSettings

    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    [Serializable]
    [InlineProperty]
    public struct UI_GamepadNavigationHint.NavigationSettings

    Fields

    canFallbackToGeneric

    Declaration
    [ShowIf("@navigation != GamepadNavigation.Generic || limitToChildren", true)]
    [ToggleLeft]
    public bool canFallbackToGeneric
    Field Value
    Type Description
    bool

    customTarget

    Declaration
    [ShowIf("@navigation == GamepadNavigation.Custom", true)]
    public GameObject customTarget
    Field Value
    Type Description
    UnityEngine.GameObject

    limitToChildren

    Declaration
    [ShowIf("@navigation != GamepadNavigation.Custom", true)]
    [ToggleLeft]
    public bool limitToChildren
    Field Value
    Type Description
    bool

    navigation

    Declaration
    [EnumToggleButtons]
    [HideLabel]
    public GamepadNavigation navigation
    Field Value
    Type Description
    GamepadNavigation
    In This Article
    Back to top Shape of Dreams API Documentation