This version of Unity is unsupported.

AxisEventData

class in UnityEngine.EventSystems

/

Inherits from:EventSystems.BaseEventData

Description

Event Data associated with Axis Events (Controller / Keyboard).

See Also: BaseEventData.

Properties

moveDir MoveDirection for this event.
moveVectorRaw input vector associated with this event.

Inherited Members

Properties

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

Public Methods

ResetReset the event.
UseUse the event.