NodeDropOnNode.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/NodeDropOnNode.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/NodeDropOnNode.cs
Source file hash: sha256:159a4f807369c2f27ce55161a889374494f309472b66edad8fbd1505df511d59
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: NodeDropOnNode
Section titled “Type: NodeDropOnNode”Original lines: 16-38
Declaration hash: sha256:459a47992bf1ab0cd5a5e031401b029e4aa89e52ee4029ab493525f83ea69b71
public readonly struct NodeDropOnNode{}Method: NodeDropOnNode(Guid draggedNodeId, Guid targetNodeId, Vector2 releasePosition)
Section titled “Method: NodeDropOnNode(Guid draggedNodeId, Guid targetNodeId, Vector2 releasePosition)”Original lines: 23-28
Declaration hash: sha256:8ffd4c329f55593a3a1873686b7c04c57b48d4c49b3f3d09b9dd17d675f6ccde
public NodeDropOnNode(Guid draggedNodeId, Guid targetNodeId, Vector2 releasePosition);Property: DraggedNodeId
Section titled “Property: DraggedNodeId”Original lines: 31
Declaration hash: sha256:288f9284c2a3eb3b07e9ed75f37509d7274b4225bfad73aca09fd2ccedd8e7c4
public Guid DraggedNodeId { get; }Property: TargetNodeId
Section titled “Property: TargetNodeId”Original lines: 34
Declaration hash: sha256:b16db3a686566d93afebcd279d50b732b1cfb45e9346800e48f2d401303ed654
public Guid TargetNodeId { get; }Property: ReleasePosition
Section titled “Property: ReleasePosition”Original lines: 37
Declaration hash: sha256:45fbb7cef848730a09c376658fba83547174ae1cc025751c2f90c082b72de21f
public Vector2 ReleasePosition { get; }