Class FocusRuntimeUICommand
Class FocusRuntimeUICommand.
Inherited Members
Namespace: Unity.Industrial.Forma.RuntimeUI.Hotspots
Syntax
public class FocusRuntimeUICommand : HotspotAction
Methods
Cancel()
Cancels this instance.
Declaration
public override void Cancel()
Overrides
ExecuteCommand(CommandContext)
Executes the command.
Declaration
protected override IEnumerator ExecuteCommand(CommandContext commandContext)
Parameters
Type | Name | Description |
---|---|---|
CommandContext | commandContext | The command context. |
Returns
Type | Description |
---|---|
IEnumerator | IEnumerator. |
Overrides
ExecuteCommandEditor(CommandContext)
Executes the command editor.
Declaration
protected override IEnumerator ExecuteCommandEditor(CommandContext commandContext)
Parameters
Type | Name | Description |
---|---|---|
CommandContext | commandContext | The command context. |
Returns
Type | Description |
---|---|
IEnumerator | IEnumerator. |