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

InspectorSection.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:ed569cb2170b065b52cca36d5c6356acda3d45b18d23b744b986698d6b49a726

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

Original lines: 52-238

Declaration hash: sha256:9cf9a48cbcd0782abdf0f287df757f03938d9e148142cdcd016f3ea93ce568aa

C#
public sealed class InspectorSection : VisualElement
{
}

Original lines: 71

Declaration hash: sha256:25ce856f9daa55874400164b18256b6f20e1def686f5b169c92ef408296a8202

C#
public event Action<bool> OnExpandedChanged;

Original lines: 81-89

Declaration hash: sha256:2181571b1e54a6a32f6ce3c9b64bd393fef5b6b4bd219bb1c1fbef0c3bbfe6b0

C#
public string Title { get; set; }

Original lines: 95-111

Declaration hash: sha256:b8c5699f4d2dd20faf0e6c9ee1c7d9891ad7deaf940ecc8786fed2595f26aa8e

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

Original lines: 115

Declaration hash: sha256:7e8106249d18732c1af8c1d2eb1cca83600dd3e8787af1b97c3ca742ab78c5ba

C#
public VisualElement Trailing { get; }

Original lines: 118

Declaration hash: sha256:a63e41b47a0c5e677a41122969e39111731669aed98dba0ef307065bee2e1ae1

C#
public VisualElement Body { get; }

Original lines: 125-129

Declaration hash: sha256:df1b5a03f735de6bef90001301141acf98bf13ddf11b9a69a4d0a7dc0f6fd17c

C#
public bool IsExpanded { get; set; }

Original lines: 136-144

Declaration hash: sha256:b56549db581ca25049e48cbb8d7f72d4e19f1e1688f6d3b954ac79d46e9a25a7

C#
public bool ShowHeader { get; set; }

Method: InspectorSection(string title, int? count, bool startsExpanded)

Section titled “Method: InspectorSection(string title, int? count, bool startsExpanded)”

Original lines: 156-199

Declaration hash: sha256:8494e545894efb4230ade4ef8138c3269f2e05e678e9a156ef325a4a432f2383

C#
public InspectorSection(string title = "", int? count = null, bool startsExpanded = true);
Full-size image