Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

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.

Original lines: 16-67

Declaration hash: sha256:9ee0364559202e1cd1d741daf399bde6b8c7ebe009b784fe83a679e847c1d3e9

C#
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

C#
public EdgeRewired(Guid edgeId, bool movedSourceEnd, Guid oldNodeId, string oldPortId, Guid newNodeId, string newPortId, bool isExecutionEdge);

Original lines: 45

Declaration hash: sha256:a26008fde731ec85402d4a269b7a3c3bb7edcc8e9a3780896680d28c0d85ab63

C#
public Guid EdgeId { get; }

Original lines: 51

Declaration hash: sha256:84e9889fd21f3e73bf1c879928744ef7052125573780e136f4e5c6a1147eca87

C#
public bool MovedSourceEnd { get; }

Original lines: 54

Declaration hash: sha256:c47517e161ce947b5bd70e86f09ba4c7f28ca71927e7bcc091b3bbd6d9bc3be2

C#
public Guid OldNodeId { get; }

Original lines: 57

Declaration hash: sha256:73736a8714c7193f0e3bf6269dff98af1081d33c2ec6e980b23c5fe5467c892d

C#
public string OldPortId { get; }

Original lines: 60

Declaration hash: sha256:2186fe01356ab4aea3a94bef04d81ce9b64c7d0e74d07cd794b5f14f41d56cb2

C#
public Guid NewNodeId { get; }

Original lines: 63

Declaration hash: sha256:3b7536828a90793ff9c81c56d80ce5c4862a51dff2fd5a1094ab3ff0556ae5d7

C#
public string NewPortId { get; }

Original lines: 66

Declaration hash: sha256:e061f318b68d04e83c8c3b54ac9aafdb4a996c3e122c6cfded89f12c0bf44dd6

C#
public bool IsExecutionEdge { get; }
Full-size image