Class Hotspot
Class Hotspot.
Inherited Members
Namespace: Unity.Industrial.Forma.Staging.Hotspots
Syntax
public class Hotspot : HotspotItem
Properties
ActionsExecuting
Gets a value indicating whether [actions executing].
Declaration
public bool ActionsExecuting { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
Methods
Activate()
Executes all Actions within the ActionList in the predefined order when the hotspot gets activated This stops the current running coroutines
Declaration
public void Activate()
CheckFieldChanges()
Declaration
protected override void CheckFieldChanges()
Overrides
Deactivate()
Executes all Actions within the ActionList in the predefined order when the hotspot gets deactivated This stops the current running coroutines
Declaration
public void Deactivate()
HotspotToggle()
Hotspot Toggle activate or deactivate
Declaration
public void HotspotToggle()
Initialize()
Declaration
protected override void Initialize()
Overrides
UpdateDisplayVisibilityFlag()
Declaration
protected override void UpdateDisplayVisibilityFlag()