Show / Hide Table of Contents

Class EventTriggerEntry

A that represents UnityEngine.EventSystems.EventTrigger.Entry.

Inheritance
Object
EventTriggerEntry
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public class EventTriggerEntry : BindableObject

Fields

| Improve this Doc View Source

EventIDProperty

Backing store for the EventID property.

Declaration
public static readonly BindableProperty EventIDProperty
Field Value
Type Description
BindableProperty

Properties

| Improve this Doc View Source

EventID

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 Source

Callback

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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX