GraphIconView.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Views/GraphIconView.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Views/GraphIconView.cs
Source file hash: sha256:d37d852dbc0e2e2033e02ac87e33188dd03cd61bd2090b3ea7fed9ec50d0ef0c
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: GraphIconView
Section titled “Type: GraphIconView”Original lines: 19-570
Declaration hash: sha256:42fa8a6d0d107819326029126e52009ff70b179b41dec227707f88c863c7a81d
public sealed class GraphIconView : VisualElement{}Property: Key
Section titled “Property: Key”Original lines: 33
Declaration hash: sha256:f1e093e69e8a0fe71524c6894a8ec9cdc34569d1240305c312ba8a28b44d2615
public string Key { get; }Method: GraphIconView(string key)
Section titled “Method: GraphIconView(string key)”Original lines: 43-46
Declaration hash: sha256:f24df7009f629dcf518de6248c523cd2799395b9c199f96d5db18e8fa5aa7c5c
public GraphIconView(string key);Method: GraphIconView(string key, Color color)
Section titled “Method: GraphIconView(string key, Color color)”Original lines: 53-56
Declaration hash: sha256:482041bec42c509dc79c9f903d25af77ce18bd817075a78df6cc81a3b425cdae
public GraphIconView(string key, Color color);