Interface IHotspotView
Interface IHotspotView
Namespace: UnityEngine.Industrial.Configuring.Hotspots
Syntax
public interface IHotspotView
Methods
Activate(Boolean)
Activates the specified enable.
Declaration
void Activate(bool enable)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | enable | if set to |
Events
clicked
Occurs when [clicked].
Declaration
event HotspotViewHandler clicked
Event Type
| Type | Description |
|---|---|
| HotspotViewHandler |