BaseEventData

class in UnityEngine.EventSystems

/

Hereda de:EventSystems.AbstractEventData

Cambiar al Manual

Descripción

A class that contains the base event data that is common to all event types in the new EventSystem.

Variables

currentInputModuleA reference to the BaseInputModule that sent this event.
selectedObjectThe object currently considered selected by the EventSystem.

Constructores

BaseEventDataConstruct a BaseEventData tied to the passed EventSystem.

Miembros heredados

Variables

usedIs the event used?

Funciones Públicas

ResetReset the event.
UseUse the event.