Search Results for

    Show / Hide Table of Contents

    Class UI_BindingWindow

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    SingletonBehaviour<UI_BindingWindow>
    UI_BindingWindow
    Inherited Members
    SingletonBehaviour<UI_BindingWindow>.instance
    SingletonBehaviour<UI_BindingWindow>.softInstance
    SingletonBehaviour<UI_BindingWindow>.Awake()
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class UI_BindingWindow : SingletonBehaviour<UI_BindingWindow>

    Fields

    keyText

    Declaration
    public TextMeshProUGUI keyText
    Field Value
    Type Description
    TMPro.TextMeshProUGUI

    Methods

    Cancel()

    Declaration
    public void Cancel()

    Clear()

    Declaration
    public void Clear()

    Confirm()

    Declaration
    public void Confirm()

    DoLeftClick()

    Declaration
    public void DoLeftClick()

    Show(DewBinding, BindingType, bool, Action, Action)

    Declaration
    public void Show(DewBinding newBinding, BindingType allowedTypes, bool allowModifiers, Action onFinish, Action onCancel)
    Parameters
    Type Name Description
    DewBinding newBinding
    BindingType allowedTypes
    bool allowModifiers
    System.Action onFinish
    System.Action onCancel

    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