Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

InputField.OnBeginDrag

Switch to Manual
public function OnBeginDrag(eventData: EventSystems.PointerEventData): void;

Parameters

eventDataThe data passed by the EventSystem.

Description

Capture the OnBeginDrag callback from the EventSystem and ensure we should listen to the drag events to follow.