Class HotspotViewBase
HotspotView
Inherited Members
UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
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()
IsActivated()
Is hotspot view activated
Declaration
public bool IsActivated()
Returns
Type | Description |
---|---|
Boolean | Is activated |
Implements
Events
clicked
Occurs when [clicked].
Declaration
public event HotspotViewHandler clicked
Event Type
Type | Description |
---|---|
HotspotViewHandler |