Search Results for

    Show / Hide Table of Contents

    Class UI_BindItem

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    LogicBehaviour
    UI_BindItem
    Implements
    ILogicUpdate
    ILangaugeChangedCallback
    Inherited Members
    LogicBehaviour.shouldRegisterUpdates
    LogicBehaviour.OnEnable()
    LogicBehaviour.OnDisable()
    LogicBehaviour.LogicUpdate(float)
    LogicBehaviour.FrameUpdate()
    LogicBehaviour.GetComponent<T>(out T)
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class UI_BindItem : LogicBehaviour, ILogicUpdate, ILangaugeChangedCallback

    Fields

    allowedTypes

    Declaration
    public BindingType allowedTypes
    Field Value
    Type Description
    BindingType

    allowModifiers

    Declaration
    public bool allowModifiers
    Field Value
    Type Description
    bool

    hoverObject

    Declaration
    public GameObject hoverObject
    Field Value
    Type Description
    UnityEngine.GameObject

    keyDisplayText

    Declaration
    public TextMeshProUGUI keyDisplayText
    Field Value
    Type Description
    TMPro.TextMeshProUGUI

    notHoverObject

    Declaration
    public GameObject notHoverObject
    Field Value
    Type Description
    UnityEngine.GameObject

    onValueChanged

    Declaration
    public Action<DewBinding> onValueChanged
    Field Value
    Type Description
    System.Action<T><DewBinding>

    Properties

    value

    Declaration
    public DewBinding value { get; set; }
    Property Value
    Type Description
    DewBinding

    Methods

    OnLanguageChanged()

    Declaration
    public void OnLanguageChanged()

    OnPointerEnter(PointerEventData)

    Declaration
    public void OnPointerEnter(PointerEventData eventData)
    Parameters
    Type Name Description
    UnityEngine.EventSystems.PointerEventData eventData

    OnPointerExit(PointerEventData)

    Declaration
    public void OnPointerExit(PointerEventData eventData)
    Parameters
    Type Name Description
    UnityEngine.EventSystems.PointerEventData eventData

    StartListening()

    Declaration
    public void StartListening()

    UpdateValueDontNotify(DewBinding)

    Declaration
    public void UpdateValueDontNotify(DewBinding newReference)
    Parameters
    Type Name Description
    DewBinding newReference

    Implements

    ILogicUpdate
    ILangaugeChangedCallback

    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