Class DelegateActionsSwitcher
Class DelegateActionsSwitcher.
Namespace: Unity.Industrial.Forma.Core
Syntax
public static class DelegateActionsSwitcher : object
Methods
SetEditorActions()
Sets the editor actions.
Declaration
public static void SetEditorActions()
SetEditorActions(IDelegateActions)
Sets the editor actions.
Declaration
public static void SetEditorActions(IDelegateActions newActions)
Parameters
Type | Name | Description |
---|---|---|
IDelegateActions | newActions | The new actions. |
SetRuntimeActions()
Sets the runtime actions.
Declaration
public static void SetRuntimeActions()