Interface ICommandUI
CommandUI Interface.
Namespace: Unity.Industrial.Forma.Editor.UI
Syntax
public interface ICommandUI
Methods
CommandType()
Return command type.
Declaration
Type CommandType()
Returns
| Type | Description |
|---|---|
| Type | The command type. |
CreateUI(Command)
Create Command UI contents.
Declaration
VisualElement CreateUI(Command command)
Parameters
| Type | Name | Description |
|---|---|---|
| Command | command | command UI Contents that can create. |
Returns
| Type | Description |
|---|---|
| VisualElement | The created UI. |