Class HotspotViewBase
HotspotView
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Hotspots
Syntax
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 |