Class HotspotView
HotspotView
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.Industrial.Forma.Staging.Hotspots
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.Hotspots", "Unity.Industrial.Configurator", null)]
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)