Class HotspotView
HotspotView
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Hotspots
Syntax
public class HotspotView : HotspotViewBase, IHotspotView, IPointerDownHandler, IEventSystemHandler
Methods
OnPointerDown(PointerEventData)
Called when [pointer down].
Declaration
public void OnPointerDown(PointerEventData eventData)
Parameters
Type | Name | Description |
---|---|---|
UnityEngine.EventSystems.PointerEventData | eventData | The event data. |
Implements
UnityEngine.EventSystems.IPointerDownHandler.OnPointerDown(UnityEngine.EventSystems.PointerEventData)