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

IFoldoutRail.cs declarations

Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/IFoldoutRail.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-graph/Editor/GraphView/Controls/IFoldoutRail.cs

Source file hash: sha256:c16d26c8ce3f5c64450ff438a47ad530d683f33b0a027255e1f9e360049b4458

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

Original lines: 52-84

Declaration hash: sha256:8030361f4a8cfc8aa917fd228f27a94f4968a45d0cde3f795e0f5a389437186a

C#
public interface IFoldoutRail
{
}

Original lines: 55

Declaration hash: sha256:9438973012037145f9d7cf1e627fd14bc7d41915ee77747fbd2e8e8f71cfbbc9

C#
float ExpandedWidth { get; }

Original lines: 58

Declaration hash: sha256:c3b9e80608ceac5fb494c3ddeb4848581ec29202cbcbe26ac80fe42e92b18e4b

C#
float MinWidth { get; }

Original lines: 61

Declaration hash: sha256:4795c6f6fc8e67ffe9210099cf17adcae817d55472e04072379735c7e1616e1a

C#
float MaxWidth { get; }

Original lines: 67

Declaration hash: sha256:dac989bc2a33c9f423f171619c576c6064eb8d7e3e46b23d222c265650f06469

C#
void SetRailWidth(float width);

Original lines: 75

Declaration hash: sha256:f4bedd56e11ebf793f4a692bb0e39b48961d4381f33c7e53ffd4b0d9be4250ed

C#
void CommitWidth(float width);

Method: SetCollapsed(bool collapsed, bool animate)

Section titled “Method: SetCollapsed(bool collapsed, bool animate)”

Original lines: 83

Declaration hash: sha256:d07238eb2580c9731d995d0d8dbaf1a78215396aaaf34465368b74b5e7dd2923

C#
void SetCollapsed(bool collapsed, bool animate);
Full-size image