Class HotspotViewBase
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 abstract class HotspotViewBase : MonoBehaviour, IHotspotView
Methods
Activate(Boolean)
Activates the specified enable.
Declaration
public void Activate(bool enable)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | enable | if set to |
Implements
DispatchEvent()
Dispatches the event.
Declaration
protected void DispatchEvent()
Events
clicked
Occurs when [clicked].
Declaration
public event HotspotViewHandler clicked
Event Type
| Type | Description |
|---|---|
| HotspotViewHandler |