Search Results for

    Show / Hide Table of Contents

    Class UI_GamepadFocusableGroup

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    UI_GamepadFocusableGroup
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class UI_GamepadFocusableGroup : MonoBehaviour

    Fields

    customTarget

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

    enterBehavior

    Declaration
    [HideLabel]
    [LabelText("When Entering")]
    public EnterGroupBehavior enterBehavior
    Field Value
    Type Description
    EnterGroupBehavior

    Methods

    GetEnterFocusable(GameObject, EnterGroupBehavior, Vector2)

    Declaration
    public static IGamepadFocusable GetEnterFocusable(GameObject parent, EnterGroupBehavior enterBehavior, Vector2 direction)
    Parameters
    Type Name Description
    UnityEngine.GameObject parent
    EnterGroupBehavior enterBehavior
    UnityEngine.Vector2 direction
    Returns
    Type Description
    IGamepadFocusable

    GetEnterFocusable(Vector2)

    Declaration
    public virtual IGamepadFocusable GetEnterFocusable(Vector2 direction)
    Parameters
    Type Name Description
    UnityEngine.Vector2 direction
    Returns
    Type Description
    IGamepadFocusable

    IsValid()

    Declaration
    public bool IsValid()
    Returns
    Type Description
    bool

    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