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

RailSection.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:393fe6020e526d8c5df1aaa93fabedaedb1a728136b046c60b43649a519f2853

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

Original lines: 53-263

Declaration hash: sha256:b649314bf68c4f72c31cc717f97ad8d0cd71b1d8f6626ac9095f1a8373186cd0

C#
public sealed class RailSection : VisualElement
{
}

Original lines: 73

Declaration hash: sha256:25ce856f9daa55874400164b18256b6f20e1def686f5b169c92ef408296a8202

C#
public event Action<bool> OnExpandedChanged;

Original lines: 79-87

Declaration hash: sha256:2181571b1e54a6a32f6ce3c9b64bd393fef5b6b4bd219bb1c1fbef0c3bbfe6b0

C#
public string Title { get; set; }

Original lines: 91-107

Declaration hash: sha256:b8c5699f4d2dd20faf0e6c9ee1c7d9891ad7deaf940ecc8786fed2595f26aa8e

C#
public int? Count { get; set; }

Original lines: 111

Declaration hash: sha256:7e8106249d18732c1af8c1d2eb1cca83600dd3e8787af1b97c3ca742ab78c5ba

C#
public VisualElement Trailing { get; }

Original lines: 115

Declaration hash: sha256:a63e41b47a0c5e677a41122969e39111731669aed98dba0ef307065bee2e1ae1

C#
public VisualElement Body { get; }

Original lines: 123-127

Declaration hash: sha256:df1b5a03f735de6bef90001301141acf98bf13ddf11b9a69a4d0a7dc0f6fd17c

C#
public bool IsExpanded { get; set; }

Original lines: 130

Declaration hash: sha256:6118397c92410794feff7c73bac99694065e3af7fbfa4145e33d952c8b1a6eba

C#
public bool IsCollapsible { get; }

Original lines: 135-139

Declaration hash: sha256:4a51d8e5a1e3e6541d973b8668be4e76c7a445cc71adde99e20d1003cf604bb1

C#
public bool ShowSeparator { get; set; }

Method: RailSection(string title, bool collapsible, bool subHeader, int? count, bool startsExpanded, bool showSeparator)

Section titled “Method: RailSection(string title, bool collapsible, bool subHeader, int? count, bool startsExpanded, bool showSeparator)”

Original lines: 150-214

Declaration hash: sha256:587f324084c904e09bbeb926a072637a216baa61e0688e71f1cb3da7841111c2

C#
public RailSection(string title = "", bool collapsible = false, bool subHeader = false, int? count = null, bool startsExpanded = true, bool showSeparator = true);
Full-size image