This version of Unity is unsupported.

BaseEventData

class in UnityEngine.EventSystems

/

Inherits from:EventSystems.AbstractEventData

Description

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

Properties

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

Constructors

BaseEventDataConstruct a BaseEventData tied to the passed EventSystem.

Inherited Members

Properties

usedIs the event used?

Public Methods

ResetReset the event.
UseUse the event.