Utility to delegate the "long click" event to
longClickListener
It requires a graphic component (can be an image with zero alpha) that can be clicked in order to receive OnPointerDown, OnPointerUp etc.
No other UI elements should be on top of this one in order to receive pointer callbacks
Inheritance HierarchySystemObject Object Component Behaviour MonoBehaviour Com.ForbiddenByte.OSA.UtilLongClickableItem
Namespace:
Com.ForbiddenByte.OSA.Util
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic class LongClickableItem : MonoBehaviour,
IPointerDownHandler, IEventSystemHandler, IPointerUpHandler, ICancelHandler
The LongClickableItem type exposes the following members.
Constructors
Properties
Methods
Fields
Version InformationOptimized ScrollView Adapter
Supported in: 4.1
See Also