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/Views/ZoomMenuPopover.cs

Source file hash: sha256:57962062ed210d9720e688ae6a330401a96134b1c707a43f58484ce180dff35f

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

Original lines: 61-255

Declaration hash: sha256:f943284eb1cbe0d1717ef2892d8c8d495ed9a76702a49dd298bca49e37e79a99

C#
public sealed class ZoomMenuPopover
{
}

Original lines: 66

Declaration hash: sha256:b0e20aa944817be549e36392b51655b773d026c5e31fe71ac0c1885146cecdc1

C#
public const string FitTooltip = "Fit graph to view - F";

Original lines: 69

Declaration hash: sha256:4801df1d3595ef677d5f42a3b01c2b1f7d1add2c456bb0e85c5a89ba6f9eb152

C#
public const string ResetTooltip = "Reset zoom - Cmd+0";

Original lines: 72

Declaration hash: sha256:9ba1999224d02d22558f4e6dc48e3b7e1fe2ce7bca1473dae05dab90484e384a

C#
public const float DefaultAnchorGap = 4f;

Original lines: 79

Declaration hash: sha256:2d9e63f4af49cd697bfecfc60ecb8515fb31d02b620e74afd29be438c6b652c8

C#
public const string TitleUssClass = "ed-zoom-menu__title";

Original lines: 81

Declaration hash: sha256:1bc0fa102541b0b01f2aad45216573b8b5bc504f58b394d61076c51febeed1ad

C#
public const string SliderUssClass = "ed-zoom-menu__slider";

Original lines: 83

Declaration hash: sha256:65a0d449c7bfb1c75d9f3e8e59448342a2db306178c104adb4002aad29d87111

C#
public const string SectionHeaderUssClass = "ed-text-section-header";

Original lines: 97

Declaration hash: sha256:cc929687e0336cc8a8c6e617cee9a55b1028dbc5e3621bd0275953215438c8b3

C#
public event Action OnClosed;

Original lines: 110

Declaration hash: sha256:9a36bde9e61c56d358cb60b092d984d44b86f35454e5ad7b2262d565c312446f

C#
public Action OnFitRequested { get; set; }

Original lines: 113

Declaration hash: sha256:983d714af3a15e8639e1362c0c2a49ddd36b154c8656eeb500cf07665be3c4ae

C#
public bool IsOpen { get; }

Method: ZoomMenuPopover(GraphViewHost host)

Section titled “Method: ZoomMenuPopover(GraphViewHost host)”

Original lines: 125-129

Declaration hash: sha256:3c04d1b58fd533c493dfa08ce34264ac3c1c52b86b0c284c4182e7088543880c

C#
public ZoomMenuPopover(GraphViewHost host);

Method: Open(VisualElement panelRoot, VisualElement anchor, float gap)

Section titled “Method: Open(VisualElement panelRoot, VisualElement anchor, float gap)”

Original lines: 144-200

Declaration hash: sha256:e032ffb0f7c1193dc09dc8a81f9f6fdcef9cc696dbc3e8fc92ed03b5805e1c0a

C#
public void Open(VisualElement panelRoot, VisualElement anchor, float gap = DefaultAnchorGap);

Original lines: 206-212

Declaration hash: sha256:63b59b460375e03cc631349e92f9bf9f92f58b24aca8068e0d758f22df90d0cc

C#
public void Close();
Full-size image