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

NodeDropOnNode.cs declarations

Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/NodeDropOnNode.cs.

Source snapshot ad0983d00d77.

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.

Original lines: 16-38

Declaration hash: sha256:459a47992bf1ab0cd5a5e031401b029e4aa89e52ee4029ab493525f83ea69b71

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

C#
public NodeDropOnNode(Guid draggedNodeId, Guid targetNodeId, Vector2 releasePosition);

Original lines: 31

Declaration hash: sha256:288f9284c2a3eb3b07e9ed75f37509d7274b4225bfad73aca09fd2ccedd8e7c4

C#
public Guid DraggedNodeId { get; }

Original lines: 34

Declaration hash: sha256:b16db3a686566d93afebcd279d50b732b1cfb45e9346800e48f2d401303ed654

C#
public Guid TargetNodeId { get; }

Original lines: 37

Declaration hash: sha256:45fbb7cef848730a09c376658fba83547174ae1cc025751c2f90c082b72de21f

C#
public Vector2 ReleasePosition { get; }
Full-size image