Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

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

IEndDragHandler

interface in UnityEngine.EventSystems


Implements interfaces:IEventSystemHandler

Description

Interface to implement if you wish to receive OnEndDrag callbacks.

Note: You need to implement IDragHandler in addition to IEndDragHandler.

See Also: IDragHandler.

Public Functions

OnEndDragCalled by a BaseInputModule when a drag is ended.