Class EventTriggerEntry
A
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public class EventTriggerEntry : BindableObject
Fields
| Improve this Doc View SourceEventIDProperty
Backing store for the EventID property.
Declaration
public static readonly BindableProperty EventIDProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
| Improve this Doc View SourceEventID
A property that represents UnityEngine.EventSystems.EventTrigger.Entry.eventID.
Declaration
public UnityEngine.EventSystems.EventTriggerType EventID { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.EventSystems.EventTriggerType |
Events
| Improve this Doc View SourceCallback
An event that represents UnityEngine.EventSystems.EventTrigger.Entry.callback.
Declaration
public event UnityEngine.Events.UnityAction<UnityEngine.EventSystems.BaseEventData> Callback
Event Type
Type | Description |
---|---|
UnityEngine.Events.UnityAction<UnityEngine.EventSystems.BaseEventData> |