class in UnityEditor.Experimental.GraphView
/
다음으로부터 상속:Experimental.GraphView.GraphElement
GraphView Port class.
allowMultiDrag | When this property is set to true, you can select multiple edges connected to this port, and drag them all at the same time (for example, to disconnect them and reconnect them to another port). When this property is set to false, you can only drag one connected edge at a time. |
capacity | Specify how many edges a port can have connected. |
collapsed | Port's collapsed state. |
connected | Port's connected state. |
connections | All the port's current connections. |
direction | Port's direction. |
disabledPortColor | The color of the port when disabled. |
edgeConnector | Reference to the edge connector. |
highlight | Is the port highlighted. |
node | Port's node. |
orientation | Port's orientation. |
portCapLit | Is the port cap lit or not. |
portColor | The color of the port. |
portName | Port name. |
portType | Port type. |
showInMiniMap | Whether the element is shown in the minimap. For Port, this property is always set to false. |
source | Port's source. |
visualClass | The name of the uss class to use to style the port. |
Connect | Connect and edge to the port. |
ConnectTo | Creates an edge between this port and the 'other' port. |
ContainsPoint | Check if point is on top of port. Used for selection and hover. |
Disconnect | Disconnect edge from port. |
DisconnectAll | Disconnect all edges from port. |
GetGlobalCenter | Get the port's center. |
OnStartEdgeDragging | Called when an edge is dragged. |
OnStopEdgeDragging | Called when an edge dragging ends. |
OnCustomStyleResolved | Called when the custom style properties are resolved. |
Create | Factory method for creating a port. |
capabilities | The GraphElement's capabilities. |
elementTypeColor | The color used for the MiniMap view. |
layer | The GraphElement's layer in the graph. |
selected | True if the GraphElement is currently selected. |
showInMiniMap | Whether the element is shown in the minimap. |
title | The GraphElement's title. |
GetPosition | Get the GraphElement position. |
HitTest | See if point is over the GraphElement. |
IsAscendable | Checks if the GraphElement is automatically brought to front when selected. |
IsCopiable | Checks whether the GraphElement is copiable. |
IsDroppable | The GraphElement is drag&droppable. |
IsGroupable | Checks whether the GraphElement is groupable. |
IsMovable | The GraphElement is movable. |
IsRenamable | The GraphElement is renamable. |
IsResizable | The GraphElement is resizable. |
IsSelectable | The GraphElement is selectable. |
IsSelected | The GraphElement is currently selected in specific container. |
IsSnappable | Checks whether the GraphElement is snappable. |
IsStackable | Checks whether the GraphElement is stackable. |
OnSelected | Called when the GraphElement is selected. |
OnUnselected | Called when the GraphElement is unselected. |
ResetLayer | Reset the GraphElement to its original layer. |
Select | Select the GraphElement. |
SetPosition | Set the GraphElement position. |
Unselect | Deselect the GraphElement. |