Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AxisEventData

class in UnityEngine.EventSystems

/

Inherits from:EventSystems.BaseEventData

Description

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

See Also: BaseEventData.

Variables

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

Inherited members

Variables

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

Public Functions

ResetReset the event.
UseUse the event.