Search Results for

    Show / Hide Table of Contents

    Class UI_GamepadNavigationHint

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    UI_GamepadNavigationHint
    Implements
    IGamepadNavigationHint
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class UI_GamepadNavigationHint : MonoBehaviour, IGamepadNavigationHint

    Fields

    down

    Declaration
    [Header("Down")]
    [ShowIf("useDifferentNavigationsPerDirection", true)]
    [HideLabel]
    public UI_GamepadNavigationHint.NavigationSettings down
    Field Value
    Type Description
    UI_GamepadNavigationHint.NavigationSettings

    left

    Declaration
    [Header("Left")]
    [ShowIf("useDifferentNavigationsPerDirection", true)]
    [HideLabel]
    public UI_GamepadNavigationHint.NavigationSettings left
    Field Value
    Type Description
    UI_GamepadNavigationHint.NavigationSettings

    navigation

    Declaration
    [HideIf("useDifferentNavigationsPerDirection", true)]
    [HideLabel]
    public UI_GamepadNavigationHint.NavigationSettings navigation
    Field Value
    Type Description
    UI_GamepadNavigationHint.NavigationSettings

    right

    Declaration
    [Header("Right")]
    [ShowIf("useDifferentNavigationsPerDirection", true)]
    [HideLabel]
    public UI_GamepadNavigationHint.NavigationSettings right
    Field Value
    Type Description
    UI_GamepadNavigationHint.NavigationSettings

    up

    Declaration
    [Header("Up")]
    [ShowIf("useDifferentNavigationsPerDirection", true)]
    [HideLabel]
    public UI_GamepadNavigationHint.NavigationSettings up
    Field Value
    Type Description
    UI_GamepadNavigationHint.NavigationSettings

    useDifferentNavigationsPerDirection

    Declaration
    [ToggleLeft]
    public bool useDifferentNavigationsPerDirection
    Field Value
    Type Description
    bool

    Methods

    TryGetDown(out IGamepadFocusable)

    Declaration
    public bool TryGetDown(out IGamepadFocusable next)
    Parameters
    Type Name Description
    IGamepadFocusable next
    Returns
    Type Description
    bool

    TryGetLeft(out IGamepadFocusable)

    Declaration
    public bool TryGetLeft(out IGamepadFocusable next)
    Parameters
    Type Name Description
    IGamepadFocusable next
    Returns
    Type Description
    bool

    TryGetRight(out IGamepadFocusable)

    Declaration
    public bool TryGetRight(out IGamepadFocusable next)
    Parameters
    Type Name Description
    IGamepadFocusable next
    Returns
    Type Description
    bool

    TryGetUp(out IGamepadFocusable)

    Declaration
    public bool TryGetUp(out IGamepadFocusable next)
    Parameters
    Type Name Description
    IGamepadFocusable next
    Returns
    Type Description
    bool

    Implements

    IGamepadNavigationHint

    Extension Methods

    DewGUI.SetExpandHeight<T>(T, bool)
    DewGUI.SetExpandHeight<T>(T, float)
    DewGUI.SetExpandWidth<T>(T, bool)
    DewGUI.SetExpandWidth<T>(T, float)
    DewGUI.SetHeight<T>(T, float)
    DewGUI.SetText<T>(T, string)
    DewGUI.SetTextLocalized<T>(T, string)
    DewGUI.SetWidth<T>(T, float)
    In This Article
    Back to top Shape of Dreams API Documentation