Interface IHotspotView
Interface IHotspotView
Namespace: Unity.Industrial.Forma.Staging.Hotspots
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.Hotspots", "Unity.Industrial.Configurator", null)]
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 |