Interface IAdapterActionEditor
Adapter action custom editor
Namespace: Unity.Industrial.Forma.Editor.Adapters
Syntax
[MovedFrom(true, "UnityEditor.Industrial.Configuring.Adapter", "Unity.Industrial.Configurator.Editor", null)]
public interface IAdapterActionEditor
Methods
OutputEditor(IAdapterAction, AdapterImportContext)
Adapter action custom editor to display import output information
Declaration
VisualElement OutputEditor(IAdapterAction action, AdapterImportContext context)
Parameters
Type | Name | Description |
---|---|---|
IAdapterAction | action | |
AdapterImportContext | context |
Returns
Type | Description |
---|---|
VisualElement |