This version of Unity is unsupported.

IPointerUpHandler

interface in UnityEngine.EventSystems


Implements interfaces:IEventSystemHandler

Description

Interface to implement if you wish to receive OnPointerUp callbacks.

Note: In order to receive OnPointerUp callbacks, you must also implement the IPointerDownHandler interface

Public Methods

OnPointerUp