Select your preferred scripting language. All code snippets will be displayed in this language.
class in UnityEngine.EventSystems
/
Inherits from: EventSystems.BaseEventData
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseEvent Data associated with Axis Events (Controller / Keyboard).
See Also: BaseEventData.
moveDir | MoveDirection for this event. |
moveVector | Raw input vector associated with this event. |
currentInputModule | A reference to the BaseInputModule that sent this event. |
selectedObject | The object currently considered selected by the EventSystem. |
used | Has the event been marked as used? |