EdgeEndpointDetached.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/EdgeEndpointDetached.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: EdgeEndpointDetached
Section titled “Type: EdgeEndpointDetached”Original lines: 16-53
Declaration hash: sha256:9ea31201c496af8c7044df72ca601c09e2021c1bd97196139f66341ac3c9fefc
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
public EdgeEndpointDetached(Guid edgeId, Guid sourceNodeId, string sourcePortId, Vector2 releasePosition, Guid? droppedOnNodeId);Property: EdgeId
Section titled “Property: EdgeId”Original lines: 40
Declaration hash: sha256:a26008fde731ec85402d4a269b7a3c3bb7edcc8e9a3780896680d28c0d85ab63
public Guid EdgeId { get; }Property: SourceNodeId
Section titled “Property: SourceNodeId”Original lines: 43
Declaration hash: sha256:6d7472ba018d81c66c8138e3d28891e9da8b2e3a79fc82ebb7488eca989cdc2b
public Guid SourceNodeId { get; }Property: SourcePortId
Section titled “Property: SourcePortId”Original lines: 46
Declaration hash: sha256:3c4b203123bcf10249fefb90261c930894067d4f4e95f87e3e0fcb1452707188
public string SourcePortId { get; }Property: ReleasePosition
Section titled “Property: ReleasePosition”Original lines: 49
Declaration hash: sha256:45fbb7cef848730a09c376658fba83547174ae1cc025751c2f90c082b72de21f
public Vector2 ReleasePosition { get; }Property: DroppedOnNodeId
Section titled “Property: DroppedOnNodeId”Original lines: 52
Declaration hash: sha256:f4e1efc96db51d04a6ec14f28a6096f5bb414416fd1e1c3a2cc350e4ca7f2b9d
public Guid? DroppedOnNodeId { get; }Type: EdgeEndpointDragHover
Section titled “Type: EdgeEndpointDragHover”Original lines: 62-85
Declaration hash: sha256:a67015cb9ed4cee50161f6467c1171606820b0ff9986d827c52a688a7e7f4a0a
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
public EdgeEndpointDragHover(Guid edgeId, Vector2 position, Guid? hoveredNodeId);Property: EdgeId
Section titled “Property: EdgeId”Original lines: 78
Declaration hash: sha256:a26008fde731ec85402d4a269b7a3c3bb7edcc8e9a3780896680d28c0d85ab63
public Guid EdgeId { get; }Property: Position
Section titled “Property: Position”Original lines: 81
Declaration hash: sha256:31e43fc53b0c35fd123534040a598be63ea7b8201f61bf7bbc890d2dd9766f37
public Vector2 Position { get; }Property: HoveredNodeId
Section titled “Property: HoveredNodeId”Original lines: 84
Declaration hash: sha256:f37f686550b70b6d0ac9f1b77d366b794cd1b5e7294e1b02db19a5d06487a6b4
public Guid? HoveredNodeId { get; }