EdgeRewired.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/EdgeRewired.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/EdgeRewired.cs
Source file hash: sha256:50861137bf244ed8512aef38964cf630f4ab56284b041847c507ba37223132da
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: EdgeRewired
Section titled “Type: EdgeRewired”Original lines: 16-67
Declaration hash: sha256:9ee0364559202e1cd1d741daf399bde6b8c7ebe009b784fe83a679e847c1d3e9
public readonly struct EdgeRewired{}Method: EdgeRewired(Guid edgeId, bool movedSourceEnd, Guid oldNodeId, string oldPortId, Guid newNodeId, string newPortId, bool isExecutionEdge)
Section titled “Method: EdgeRewired(Guid edgeId, bool movedSourceEnd, Guid oldNodeId, string oldPortId, Guid newNodeId, string newPortId, bool isExecutionEdge)”Original lines: 26-42
Declaration hash: sha256:c7c1e3227bbed547aa691a886babd4d2bd9ef5837eff6375cebfa6af9d626203
public EdgeRewired(Guid edgeId, bool movedSourceEnd, Guid oldNodeId, string oldPortId, Guid newNodeId, string newPortId, bool isExecutionEdge);Property: EdgeId
Section titled “Property: EdgeId”Original lines: 45
Declaration hash: sha256:a26008fde731ec85402d4a269b7a3c3bb7edcc8e9a3780896680d28c0d85ab63
public Guid EdgeId { get; }Property: MovedSourceEnd
Section titled “Property: MovedSourceEnd”Original lines: 51
Declaration hash: sha256:84e9889fd21f3e73bf1c879928744ef7052125573780e136f4e5c6a1147eca87
public bool MovedSourceEnd { get; }Property: OldNodeId
Section titled “Property: OldNodeId”Original lines: 54
Declaration hash: sha256:c47517e161ce947b5bd70e86f09ba4c7f28ca71927e7bcc091b3bbd6d9bc3be2
public Guid OldNodeId { get; }Property: OldPortId
Section titled “Property: OldPortId”Original lines: 57
Declaration hash: sha256:73736a8714c7193f0e3bf6269dff98af1081d33c2ec6e980b23c5fe5467c892d
public string OldPortId { get; }Property: NewNodeId
Section titled “Property: NewNodeId”Original lines: 60
Declaration hash: sha256:2186fe01356ab4aea3a94bef04d81ce9b64c7d0e74d07cd794b5f14f41d56cb2
public Guid NewNodeId { get; }Property: NewPortId
Section titled “Property: NewPortId”Original lines: 63
Declaration hash: sha256:3b7536828a90793ff9c81c56d80ce5c4862a51dff2fd5a1094ab3ff0556ae5d7
public string NewPortId { get; }Property: IsExecutionEdge
Section titled “Property: IsExecutionEdge”Original lines: 66
Declaration hash: sha256:e061f318b68d04e83c8c3b54ac9aafdb4a996c3e122c6cfded89f12c0bf44dd6
public bool IsExecutionEdge { get; }