Class PortSystemGraphEditor
PortSystemGraphEditor represents visuals of the SystemGraph typed port. Implements the PortEditor<T>
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
[InitializeOnLoad]
public class PortSystemGraphEditor : PortEditor<PortTypeSystemGraphAsset>
  Constructors
| Name | Description | 
|---|---|
| PortSystemGraphEditor(INodeEditor, string, string, string, object, PortDirection, FieldExtra, bool) | Initializes a new instance of the PortSystemGraphEditor class.  | 
      
Methods
| Name | Description | 
|---|---|
| HandleCreate(IPortEditor) | Handles the creation.  | 
      
| HandleRefreshEditor(IPortEditor, VisualElement, bool) | Handles the refresh of the editor.  | 
      
| HandleSpawnEditor(IPortEditor, VisualElement) | Handles the spawn of the editor.  | 
      
See Also
PortEditor<T>