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

Source file hash: sha256:22732171ed5e040f83f3fb2a4010157b9b596817555bfa4decd26c7e8f5776bc

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

Original lines: 16-32

Declaration hash: sha256:95d5f0f1f0a20250d0c5df84b64d8451bdf7f564d36ac01178be391533189959

C#
public class ConnectionRequest
{
}

Original lines: 19

Declaration hash: sha256:6bb9b8bc3d8f49650ff514ff28020297fb8d6e27c7ce3191e0bb07aee851493b

C#
public Guid FromNodeId { get; set; }

Original lines: 22

Declaration hash: sha256:20f41ff1aa9b8075f843847e76d142aed9ca6b60973e40fb057f996dc4896e89

C#
public string FromPortId { get; set; }

Original lines: 25

Declaration hash: sha256:5c5796f226efe8f548e68077bba82061ddab649e606a851741180c39200c6fe3

C#
public Guid ToNodeId { get; set; }

Original lines: 28

Declaration hash: sha256:aa1834932f193b8be4c4e993add438c16c129c250de7eb8672afad21aa4c1e4a

C#
public string ToPortId { get; set; }

Original lines: 31

Declaration hash: sha256:8fe4e1b49b73e3c770d093e81613569edc60429bc63f328786bbf4feb5811cd7

C#
public bool IsExecutionEdge { get; set; }

Original lines: 45-72

Declaration hash: sha256:d28f378f82b003675479dccee70cabc909568bf9ff7a1304a1c2484dd7f611ef

C#
public readonly struct ConnectionDragSource
{
}

Original lines: 48

Declaration hash: sha256:e4870285ff862a58a2b1d4896212f8ddbc34aefb5960343139ae41000c61404b

C#
public Guid NodeId { get; }

Original lines: 51

Declaration hash: sha256:163b1ecb3c2f7a9582406a16f310e4f92ebf5cd3c3d90050a9e037bde354345b

C#
public string PortId { get; }

Original lines: 54

Declaration hash: sha256:a567831bf0e21dd81a0c7add99910bcc6adfea825a61add8994c31e62f39454e

C#
public bool IsInput { get; }

Original lines: 57

Declaration hash: sha256:0bef9b08651d2ee6828271a868d3a8a98974c77b3557b176b44eb0e7ac95aefd

C#
public bool IsExecution { get; }

Method: ConnectionDragSource(Guid nodeId, string portId, bool isInput, bool isExecution)

Section titled “Method: ConnectionDragSource(Guid nodeId, string portId, bool isInput, bool isExecution)”

Original lines: 60-71

Declaration hash: sha256:75d573e56d8716f73552f60738a97386aa1407c947ccc07740b1c010633dbb03

C#
public ConnectionDragSource(Guid nodeId, string portId, bool isInput, bool isExecution);
Full-size image