Legacy Documentation: Version 5.2
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

Switch to Manual

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

currentInputModuleA reference to the BaseInputModule that sent this event.
selectedObjectThe object currently considered selected by the EventSystem.
usedHas the event been marked as used?

Public Functions

ResetReset the Event to the default state.
UseUse the event.