UnsupportedIndicator.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Views/UnsupportedIndicator.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Views/UnsupportedIndicator.cs
Source file hash: sha256:9029e60cd5247c7eebab7d62cf7db20d90c26c3681d451d346113a86a415d9d8
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: UnsupportedIndicator
Section titled “Type: UnsupportedIndicator”Original lines: 12-37
Declaration hash: sha256:ba28e5db487a89b9169aa35734f0025f1ab709895994d5bdf7c2d5730817a689
public class UnsupportedIndicator : VisualElement{}Method: UnsupportedIndicator(string tooltipText)
Section titled “Method: UnsupportedIndicator(string tooltipText)”Original lines: 23-36
Declaration hash: sha256:2aa9953324d3c59b2901e811755de1647963c8585847ef1ed9ca707a4f99930b
public UnsupportedIndicator(string tooltipText = DefaultTooltip);