Enum PortConnectorUI
Specifies the visual style of the connector used to represent a port in the UI.
Namespace: Unity.GraphToolkit.Editor
Assembly: Unity.GraphToolkit.Editor.dll
Syntax
public enum PortConnectorUI
Remarks
Use this enum to define how the connector of a port appears visually. The connector indicates the type or role of the port and can help users understand connection semantics.
Fields
Name | Description |
---|---|
Arrowhead | An arrowhead connector shape. |
Circle | A circular connector shape. |