Delegate HotspotViewHandler
Delegate HotspotViewHandler
Namespace: UnityEngine.Industrial.Configuring.Hotspots
Syntax
public delegate void HotspotViewHandler(object sender, HotspotViewEventArgs args);
Parameters
| Type | Name | Description |
|---|---|---|
| Object | sender | The sender. |
| HotspotViewEventArgs | args | The HotspotViewEventArgs instance containing the event data. |