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/EdgeEndpointDetached.cs

Source file hash: sha256:de7a81b8a2705715e26f9cbde15e2c2523c74a12a9a7a0cfe4a02a2878b19661

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 16-53

Declaration hash: sha256:9ea31201c496af8c7044df72ca601c09e2021c1bd97196139f66341ac3c9fefc

C#
public readonly struct EdgeEndpointDetached
{
}

Method: EdgeEndpointDetached(Guid edgeId, Guid sourceNodeId, string sourcePortId, Vector2 releasePosition, Guid? droppedOnNodeId)

Section titled “Method: EdgeEndpointDetached(Guid edgeId, Guid sourceNodeId, string sourcePortId, Vector2 releasePosition, Guid? droppedOnNodeId)”

Original lines: 25-37

Declaration hash: sha256:a89c75e9dc87d4848eecd215983423045ffe17eb55ff861d00fde100df8125af

C#
public EdgeEndpointDetached(Guid edgeId, Guid sourceNodeId, string sourcePortId, Vector2 releasePosition, Guid? droppedOnNodeId);

Original lines: 40

Declaration hash: sha256:a26008fde731ec85402d4a269b7a3c3bb7edcc8e9a3780896680d28c0d85ab63

C#
public Guid EdgeId { get; }

Original lines: 43

Declaration hash: sha256:6d7472ba018d81c66c8138e3d28891e9da8b2e3a79fc82ebb7488eca989cdc2b

C#
public Guid SourceNodeId { get; }

Original lines: 46

Declaration hash: sha256:3c4b203123bcf10249fefb90261c930894067d4f4e95f87e3e0fcb1452707188

C#
public string SourcePortId { get; }

Original lines: 49

Declaration hash: sha256:45fbb7cef848730a09c376658fba83547174ae1cc025751c2f90c082b72de21f

C#
public Vector2 ReleasePosition { get; }

Original lines: 52

Declaration hash: sha256:f4e1efc96db51d04a6ec14f28a6096f5bb414416fd1e1c3a2cc350e4ca7f2b9d

C#
public Guid? DroppedOnNodeId { get; }

Original lines: 62-85

Declaration hash: sha256:a67015cb9ed4cee50161f6467c1171606820b0ff9986d827c52a688a7e7f4a0a

C#
public readonly struct EdgeEndpointDragHover
{
}

Method: EdgeEndpointDragHover(Guid edgeId, Vector2 position, Guid? hoveredNodeId)

Section titled “Method: EdgeEndpointDragHover(Guid edgeId, Vector2 position, Guid? hoveredNodeId)”

Original lines: 70-75

Declaration hash: sha256:cf7b4f708507e8bc03d5d302110a2fb3fe20510d7f1638dc631c2af69d4f9912

C#
public EdgeEndpointDragHover(Guid edgeId, Vector2 position, Guid? hoveredNodeId);

Original lines: 78

Declaration hash: sha256:a26008fde731ec85402d4a269b7a3c3bb7edcc8e9a3780896680d28c0d85ab63

C#
public Guid EdgeId { get; }

Original lines: 81

Declaration hash: sha256:31e43fc53b0c35fd123534040a598be63ea7b8201f61bf7bbc890d2dd9766f37

C#
public Vector2 Position { get; }

Original lines: 84

Declaration hash: sha256:f37f686550b70b6d0ac9f1b77d366b794cd1b5e7294e1b02db19a5d06487a6b4

C#
public Guid? HoveredNodeId { get; }
Full-size image