Class PortEditor<T>
Class PortEditor. Implements the IPortEditor
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
[InitializeOnLoad]
public class PortEditor<T> : IPortEditor
  Type Parameters
| Name | Description | 
|---|---|
| T | 
Constructors
| Name | Description | 
|---|---|
| PortEditor(INodeEditor, string, string, string, object, PortDirection, FieldExtra, bool) | Initializes a new instance of the PortEditor<T> class.  | 
      
Methods
| Name | Description | 
|---|---|
| RefreshEditor(bool) | Refreshes the editor.  | 
      
| RegisterHandlers(Type, tHandlerDescriptor) | Registers the handlers.  | 
      
| SpawnDefaultEditorPanel(IPortEditor, VisualElement) | Spawns the default editor panel.  | 
      
| SpawnEditor(VisualElement) | Spawns the editor.  | 
      
| UnRegisterHandlers(Type) | Uns the register handlers.  |