RecombineHintLayer.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Views/RecombineHintLayer.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Views/RecombineHintLayer.cs
Source file hash: sha256:e632d502fade5049956c45c2465858570580b3582a59914ff0f11472918cf6d9
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: RecombineHintLayer
Section titled “Type: RecombineHintLayer”Original lines: 19-155
Declaration hash: sha256:8254240914a6db0354fc2d6c2b9d9d706a18a694c5fbc83aca33a1bd72233f5b
public sealed class RecombineHintLayer : VisualElement{}Method: RecombineHintLayer()
Section titled “Method: RecombineHintLayer()”Original lines: 33-42
Declaration hash: sha256:23df57a5f819f78abc6797e78d455f5c90692ad6443db5da5928cf0f2b626e89
public RecombineHintLayer();Method: AddHint(Rect wireBoundsUnion)
Section titled “Method: AddHint(Rect wireBoundsUnion)”Original lines: 49-53
Declaration hash: sha256:0fd13ee8bce894347539a214ffd0f7dc9b206e11e144d57bf77a0a400dfcb23e
public void AddHint(Rect wireBoundsUnion);Method: ClearHints()
Section titled “Method: ClearHints()”Original lines: 58-63
Declaration hash: sha256:f318fb979da6e9016e6dc68f99b1c75c582e2e740d1e3620f6263254f4ac513e
public void ClearHints();Property: HintCount
Section titled “Property: HintCount”Original lines: 69
Declaration hash: sha256:9e8aea63d0280d60cc47d9bb838264aaf29332786122ed737f9d242f2bb4c23f
public int HintCount { get; }