Class PortVector4Editor
PortVector4Editor represents visuals of a vector4 port. Implements the PortEditor<T>
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
[InitializeOnLoad]
public class PortVector4Editor : PortEditor<PortType<Vector4>>
Constructors
Name | Description |
---|---|
PortVector4Editor(INodeEditor, string, string, string, object, PortDirection, FieldExtra, bool) | Initializes a new instance of the PortVector4Editor 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>