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/Controls/InspectorFoldoutHandle.cs

Source file hash: sha256:20b133042cde8be3e02c2f1319b6592857bf3779c0fdaacece306ef854c6d48d

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

Original lines: 70-421

Declaration hash: sha256:60b9de4624d2dc3e7af559a73dc318d747948a95f8fff20b1e1a5a5a0f6ddd95

C#
public sealed class InspectorFoldoutHandle : VisualElement
{
}

Original lines: 79

Declaration hash: sha256:e0808e2a4446e868cdd4057a82460d4d83af5cf07ed0eba6fd8ff21898b5f486

C#
public const float CollapsePastMinPx = 40f;

Original lines: 128

Declaration hash: sha256:983d714af3a15e8639e1362c0c2a49ddd36b154c8656eeb500cf07665be3c4ae

C#
public bool IsOpen { get; }

Original lines: 135

Declaration hash: sha256:cbd277cec92f9cf13136453fcb16c5844e782022e4665b8c8c96e2ef3f5f5dd2

C#
public event Action<bool> OnToggled;

Method: InspectorFoldoutHandle(string toolId)

Section titled “Method: InspectorFoldoutHandle(string toolId)”

Original lines: 142-199

Declaration hash: sha256:1c56a02e3e875cb0b29f207798d531c029c99c5cf71d784bd52d634fd8661f60

C#
public InspectorFoldoutHandle(string toolId = "default");

Original lines: 205-209

Declaration hash: sha256:7cf93bc8cbc920df500a86f2787e024f2e312b603dcd4956188ad460235e8e8c

C#
public void Bind(IFoldoutRail rail);

Original lines: 212

Declaration hash: sha256:4195fc4ec1eb74a3347abca7a7e46a40da44d1be3975c4b61b980fb73e21d844

C#
public void Toggle();

Original lines: 218-226

Declaration hash: sha256:8f0e78e3b4ada1ca8b7cdbe42b431c7fcbdb9ce6ea743474fed9b9d26dd4ab07

C#
public void SetOpen(bool open, bool animate = true);

Method: IsToggleShortcut(KeyCode keyCode, EventModifiers modifiers)

Section titled “Method: IsToggleShortcut(KeyCode keyCode, EventModifiers modifiers)”

Original lines: 236-240

Declaration hash: sha256:754bf8d179e9ef25271f317bcf6f0831c32b47aff85defdb1b65eb916b5a851d

C#
public static bool IsToggleShortcut(KeyCode keyCode, EventModifiers modifiers);

Method: ShouldHandleShortcut(VisualElement focused)

Section titled “Method: ShouldHandleShortcut(VisualElement focused)”

Original lines: 247-254

Declaration hash: sha256:fabe7ac045575e0dc8805adbebcdfc7682d86c7baaeb2dd7d9403ead94d36050

C#
public static bool ShouldHandleShortcut(VisualElement focused);

Method: ResolveResizeWidth(float startWidth, float dx, float minWidth, float maxWidth)

Section titled “Method: ResolveResizeWidth(float startWidth, float dx, float minWidth, float maxWidth)”

Original lines: 263-266

Declaration hash: sha256:27ff9691415f6594c5a49457dea03c86543497b13acbce60786dc4e86d0ca4e0

C#
public static float ResolveResizeWidth(float startWidth, float dx, float minWidth, float maxWidth);

Method: ResolveResizeCollapses(float startWidth, float dx, float minWidth, float collapsePastMin)

Section titled “Method: ResolveResizeCollapses(float startWidth, float dx, float minWidth, float collapsePastMin)”

Original lines: 274-277

Declaration hash: sha256:f28d8449dc13eda8a56bc69dee0bc1f7ec932dd633320c4bfe416f8006c7b045

C#
public static bool ResolveResizeCollapses(float startWidth, float dx, float minWidth, float collapsePastMin);
Full-size image