Class UI_BindItem
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
UI_BindItem
Assembly: Dew.Core.dll
Syntax
public class UI_BindItem : LogicBehaviour, ILogicUpdate, ILangaugeChangedCallback
Fields
allowedTypes
Declaration
public BindingType allowedTypes
Field Value
allowModifiers
Declaration
public bool allowModifiers
Field Value
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
Properties
value
Declaration
public DewBinding value { get; set; }
Property Value
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
Implements
Extension Methods