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